* {margin:  0; padding: 0;}

html, body {
	height: 100%;
}
a {
	outline-style: none;
}
#page
{	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background-color:#000;
}

#header {
	width: 100%;
	height:185px;
	}


	
#center {	
	
	width: 100%;
	height:50px;
	margin: 0;
	padding-top: 50px;
	}
	


#footer {  
	width: 100%;
	margin-top: 200px;
	position: relative;
	bottom: 100px;
} 
	

		  

