body{
margin: 0;
background: url('bg.jpg') repeat #111;
text-align: center;
font-family: 'Roboto Condensed', sans-serif;
}

#container{
background: #999 url('main4.png') no-repeat bottom right;
margin: 0 auto;
width: 650px;
text-align: left;
border: 1px solid #000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
 

    z-index: -1;

                box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
                -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
                -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);

}

#container p.off{
padding: 10px;
margin: 15px 8px 5px 8px;
font-size: 14px;
    background: #999;
    border: none;
    opacity: .9;
}

#container p{
padding: 10px;
margin: 15px 8px 5px 8px;
font-size: 14px;
    background: #888;
    border: 1px dotted #333;
    opacity: .9;
}

span.data{
    color:#eee;
    font-size:12px;
}


#head{
width: 650px;
height: 40px;
margin: 55px auto 0 auto;
position: relative;
text-align: left;
    z-index: 1;
}

h1{
  text-shadow: 1px 1px 1px #000;
   /**-webkit-text-stroke: 1px #fff;**/
font-family: 'Creepster', cursive;
    font-weight: 100;
    margin-left: 7px;
font-size: 40px;
color: #fc8803;
}

h2{
font-family: 'Creepster', cursive;
    color:#000;
    border-bottom: 2px dotted #000;
    width: 625px;
    margin: 10px;
    text-align: center;
    font-weight: normal;
      text-shadow: 1px 1px 1px #f6f6f6;
}

#nav{
position: absolute;
right: 0;
bottom: 20px;
height: 30px;

}

#nav ul{
list-style: none;
font-family: 'Creepster', cursive;
    font-size: 20px;
    margin-right: 10px;
}

#nav ul li{
margin-right: 10px;
display: block;
float: left;
    padding:3px;

}

#nav ul li a{
color: #666;
text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}

#nav ul li a:hover{
color: #fc8803;
}

#footer{
margin: 4px auto 20px auto;
width: 650px;
text-align: right;
color: #fc8803;
font-size: 12px;
}

a {
color: #000;
}

a:hover{
text-decoration: none;
}

#footer a{
color: #fff;
}

#footer a:hover{
text-decoration: none;
color: #fff;
}

#container::-webkit-scrollbar {
    -webkit-appearance: none;
}

#container::-webkit-scrollbar:vertical {
    width: 6px;
}

#container::-webkit-scrollbar:horizontal {
    height: 4px;
}

#container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 1px solid #fff; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

img.small{
    width: 60px;
    height: 60px;
    border: 1px solid #000;
}