#container
{
	margin: 0 auto;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	background: #000000;
	color: white
}


#content
{
	clear: left;
	float: left;
	padding: 20px 0;
	margin: 0 0 0 4%;
	display: inline;
	width: 96%;
	
	
}


#footer
{
	clear: left;
	background: #000000;
	text-align: center;
	padding: 10px;
	height: 10%;
	margin: 0 0 0 4%;
}
