body { 
  background-color:#192117;
  text-align: center;
  color:#F0F0F0;
  font-weight: normal; 
  font-family: "Arvo", "Courier New", Courier, sans-serif, monospace; 
  font-size:80%; 
}
ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0; 
}
li {
  margin-top: 3px;
}
.container {
  width: 100%;
  height: 60%;
}
.header {
  background-image: url("../pics/fuckl.jpg");
  background-repeat:  no-repeat;
  background-position: center;
  vertical-align: center;
  text-align: middle;
  padding-bottom: 0.2em;
  height: 130px;
}
.menu {
  position: absolute;
  float: left;
  left: 0px;
  padding-top: 30px;
  padding-right: 5px;
  padding-left: 5px;
  height: 60%;
  width: 150px;
  border:1px dotted black;
  text-align: right;
}
.content {
  background-image: url("../pics/fuckl_bg.jpg");
  background-repeat:  no-repeat;
  background-position: center;
  position: absolute;
  float: left;
  height: 75%;
  width: 83%;
  left: 175px;
  text-align: center;
  border:1px solid black;
  overflow: auto;
  margin-left:auto;
  margin-right:auto;
}
.footer {
  padding: 10px;
  clear: all;
  float none;
}
.flt {
  text-align: left;
}
.spacer {
  height: 20px;
  width: 20px;
}
.small{
  font-size:60%; 
}
.nowrap {
   white-space: nowrap;
  text-align: center;
}
.maxwidth{
  margin-left:auto;
  margin-right:auto;
  max-width:1024px;
}
a:link { 
  color:white; 
  text-decoration:none; 
}
a:visited { 
  color:silver; 
  text-decoration:none; 
}
a:focus { 
  font-weight:bold; 
  color:white;
  text-decoration:none; 
}
a:hover { 
  font-weight:bold; 
  color:white; 
  text-decoration:none; 
}
a:active { 
  font-weight:bold; 
  color:white; 
  text-decoration:none; 
}
@media only screen and (max-width: 480px) {
  .header {
    display: none;
  }
  .menu {
     width: 55px;
  }
  .content {
     left: 80px;
     height: 100%;
  }
  li {
    padding-bottom: 10mm;
  }
  ul {
    margin-left:2px;
    padding-left:2px;
  }
}

