/* CSS Document */

body
{margin:0px;}


#top{
	background-color: #B5B4B4;
	width:100%;
	height:150px;
	margin:0px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
}

#left{
 background-color: #000000;
 width:20%;
 -webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box;    
 box-sizing: border-box;
 float:left;
 height:400px;
}

#center{
 width:60%;
 -webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box;    
 box-sizing: border-box;
 float:left;
 height:400px;
}

#right{
 background-color: #000000;
 width:20%;
 -webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box;    
 box-sizing: border-box;	
	float:left;
	height:400px;
}

#footer{
 width:100%;
 background-color: #B5B4B4;
 -webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box;    
 box-sizing: border-box;	
	float:left;
	height:400px;
}




















@media only screen and (max-width:620px) {
	
	
	
}