body {
	
	background: #3E3E3E ;
	font: 13px Arial, Helvetica, sans-serif;
	color: #E9E9E9;
}

#content
{
	margin: 0 auto;
	width: 740px;
	background: #000000 url(images/header.jpg) no-repeat center top;
	border-left: 15px solid #000000;
	border-right: 15px solid #000000;
}

#footer {
	clear: both;
	height: 47px;
	clear: both;
	padding-top: 20px;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #E9E9E9;
}

#footer a {
	color: #E0E7FF;
}