#footer {
	clear: both;
	background: #000080;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	bottom: 0;
	font-weight: 600;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF7F00;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:active {
	color: #FF0000;
}
#footer p {
	display: block;
	width: auto;
}
