@charset "UTF-8";
/* CSS Document */

body { 
	 background-color: #191919; 
     background-repeat:no-repeat;
	 }
    
    #logo {
	background-color: ;
	z-index:2 ;
	position: fixed;
	top: 4px;
	left: 10px;
	width: 200px;
	height: 80px;
	padding-left:5px;
	padding-left:5px;

 }
    
    #contact {
	background-color: ;
	background-image: url(Images/overlay.png);
	z-index:2 ;
	border-top: 1px dotted #333333;
	position: fixed;
	top: 90px;
	left: 10px;
	width: 175px;
	height: 31px;
	padding-left:5px;
    padding-top:3px;

 }
 
     #menu {
	 background-color: ;
	 background-image: url(Images/overlay.png);
	z-index:2 ;
	border-top: 1px dotted #333333;
	position: fixed;
	top: 125px;
	left: 10px;
	width: 175px;
	height: 282px;
	padding-left:5px;
	padding-left:5px;
    padding-top:2px;
 }
 
 
     #about {
	background-color: ;
	background-image: url(Images/overlay.png);
	z-index:2 ;
	border-top: 1px dotted #333333;
	position: fixed;
	top: 410px;
	left: 10px;
	width: 175px;
	height: 167px;
	padding-left:5px;
	padding-left:5px;
    padding-top:2px;
 }
 
     #smallprint {
	background-color:  ;
	background-image: url(Images/overlay.png);
	z-index:2 ;
	border-top: 1px dotted #333333;
	position: fixed;
	top: 580px;
	left: 10px;
	width: 175px;
	height: 20px;
	padding-left:5px;
	padding-left:5px;
    padding-top:2px;
 }
  
  
    #content {
	z-index:1 ;
	position: absolute;
	top: 90px;
	left: 205px;
	height: 500px;
	padding-top:2px;

}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: line-through;
	color: #ff0099;
}

.head {
     color: #989898;
	 font-size: 15px; 
	 line-height: 120%; 
	 font-weight: 900;
	 font-style: strong;
	 text-align: left; 
	 letter-spacing: 0px; 
	 font-family:  helvetica, sans serif; 
	     
	 }
	 
 .body {
     color: #989898;
	 text-transform: uppercase;
	 font-size: 8px; 
	 line-height: 130%; 
	 font-weight: 100;
	 font-style: light;
	 text-align: left; 
	 letter-spacing: 2px; 
	 font-family: times, serif; 
	 
	  }
	 
	 
	  .bodybold {
     color: #ffffff;
	 font-size: 8px; 
	 text-transform: uppercase;
	 line-height: 130%; 
	 font-weight: 900;
	 font-style: strong;
	 text-align: left; 
	 letter-spacing: 2px; 
	 font-family: times, serif; 
	 
	 }
	 

 
 .smallprint {
     color: #989898;
	 text-transform: uppercase;
	 font-size: 6px; 
	 line-height: 120%; 
	 font-weight: 100;
	 font-style: light;
	 text-align: left; 
	 letter-spacing: 2px; 
	 font-family: times, serif; 
	  
	  }
	  
#content{white-space:nowrap;}

