@charset "utf-8";

#container{
	width : 1030px;
	height : auto; 
	border-bottom : 5px solid #000;
}


/*   HEADER   */

#header{
	height : 215px;
	width : 100%;
	border-bottom : 5px solid #000;
}


 

/*  THE MAIN   */

#main {
	width : 100%;
	height : auto; 
	border : none;
}



a.block {
	font-size : 1em;
	margin-left : 20px;
	margin-top : 20px;
}


#footer {
	clear : both;
	height : 10px;
	width : 100%;
	background-color : #fff;
	border : none;
}

