#footer {
	color : White;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute; 
	top : 0px;
	left : 0px;
	width : 100%;
	height: 22px;
	border: 1px solid #cc0033;
	background-color: #cc0033; 
	layer-background-color: #cc0033;
	z-index: 0;
}

a {
	color : White;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}
a:hover {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
	color : #ff7f50;
}
