.footer {
	width:960px;
	font-size:9px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #cc0033;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: #FFF;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	float: left;
	height: 25px;
}
.footer a {
	text-decoration:underline;
	color:#FFF;
}
.footer a:hover {text-decoration:none; color:rgb(0,0,0);}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
