body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

@font-face {
	font-family: Franklin Gothic Book;
	src: url('fonts/FRABK.TTF');
}

body{
	font-size:20px;
	color:#939393;
	background: #000000;
	font-family: Franklin Gothic Book;
	}

#site{
	position: relative;
	width: 1200px;
	height: 650px;
	margin: 5px auto 0 auto;
	padding: 
	background: #000000;
    }
	
.top{position: absolute;
     top: 0px;
     width: 1200px;
	 height: 100px;
	 
       }
	   
.blockimg{ float:left; 
          margin-top:15px;
          margin-left:10px;
		  font-family: Franklin Gothic Book;
		  font-size:20px;
	     }		
.blockimg a {text-decoration:none; color:#939393;}
.blockimg a:hover {font:bold;}			 
		 
.blocktext{ float:right;
            margin-top:15px;
            margin-left:15px;
			font-family: Franklin Gothic Book;
			font-size:20px;
			text-align:right;
	        }	
			
.blocktext1{ float:right;
            margin-top:5px;
            font-family: Franklin Gothic Book;
			font-size:12px;
			text-align:right;
	        }			
			
.blocktext a {text-decoration:none; color:#939393;}
.blocktext a:hover {font:bold;}				
			
.blocktext img{align:right;}	
		    

.logo{position: absolute;
      top: 120px;
      width: 1200px;
	  height: 380px;
	  background:url(images/2.png) bottom;
       }	   
	   
.menu{position: absolute;
      top: 350px;
      width: 1200px;
	  height: 300px;
       }	
	   
.footer{position: absolute;
       top: 700px;
       width: 1200px;
	   height: 150px;
       }	   	   
.footer hr{ color: #939393;
            size:5px;
            width:1200px;}