body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
body {
	background-color: #2e2a2b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#footer {
	background: #231f20 url(../images/footer.jpg) no-repeat;
	height: 175px;
	min-height: 175px;
}
#footer .footer-content {
	padding: 60px 0 0 470px;
	width: 400px;
	font-size: 11px;
	text-align: center;
	color: #fff;
}
#footer .footer-content a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
#footer .footer-content a:hover {
	text-decoration: underline;
}
