html , body {
	margin:0px;
}


body{
	background-color:#0a4e03;
	border:4px solid #8c887e;
	text-align:center;
}

#container{
	background:#ffffff;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:750px;
}

#header{
	background-image:url(images/header.jpg);
	height:252px;
	width:750px;
}

#content{
	background:#ffffff;
	padding: 20px;
	position:relative;
}

#content p {
	font-family:arial;
	font-size:14px;
}



.clearer{
	clear:both;
}

#footer{
	background-image:url(images/footer.jpg);
	height:47px;
	width:750px;
}