.footer
{
	background:url(footer_bg.jpg) no-repeat center;
	height:71px;
	clear:both;
}

.footer div
{
	text-align:center;
	color:#bababa;
	padding-top:8px;
	font-size:11px;
	line-height:16px;
	text-transform:uppercase;
	font-weight:normal;
}

.footer div a:link, .footer div a:active, .footer div a:visited {
	text-decoration:none;
	color:#bababa;
}
.footer div a:hover {
	text-decoration:underline;
	color:#bababa;
}