html, body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:arial;
	font-size:8px;
	height:100%;
	background:#E3E8E8;
}
#wrapper {
	height:100%;
	overflow:visible;
	display:block;
	width:500px;
	border-right:5px solid black;
	border-left:5px solid black;	
	margin-left:auto;
	margin-right:auto;
}

#header {
background-color:#ffffff;
	height:10%;

}

#content {
	height:50%;
	text-align:center;
	background-color:#ffffff;
}


#footer {
	background:#000000;
	height:40%;
	background-image:url(footer.jpg);
	background-color:#ffffff;
}



