body { 
     background-color: #000000; 
     background-image: url(images/bd-background.jpg); 
     background-attachment: fixed; 
     background-repeat: no-repeat; 
     background-position: center center;
}
   
 

#header { 
    
     height: 86px; 
     width: 865px;
     margin-right: auto; 
     margin-left: auto;
	 margin-top: 50px;
	padding-right: 90px;
} 

#content {  
     
     height: 310px; 
     width: 750px;
	 border: 12px solid #fff;
	 margin: 25px auto;
} 

#contact {
     height: 100%; 
     width: 750px;
	 border: 12px solid #fff;
	 margin: 25px auto;
	 background: #fff
} 


#footer {
	 
	 width: 775px;
	 height: 37px;
	 margin-right: auto; 
     margin-left: auto;
}
	