#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2em;
	background-color: #fe0000;
	color: #FFFFFF;
	border-top: #778899;
	text-align: left;
}

#footer p {
	margin: 0.5em 0 1em 2em;
	padding: 0;
}
#footer a:visited {
	text-decoration: underline;
	color: #fffd00;
	background-color: transparent;
}
#footer a:active {
	text-decoration: underline ;
	color: #191900;
	background-color: #fffd00;
}
#footer a:hover {
	text-decoration: underline ;
	color: #191970;
	background-color: #fffd00;
}
#footer a:link {
	text-decoration: underline;
	color: #ffffd00;
	background-color: transparent;
}




#footer IMG {
	     float:right;
	     margin-top: -1em;
}