#footer {
	background-color: #d15a1b;
	color: #e6cbc0;
}

#footer p {
	color: #e6cbc0;
}

#footer a:link, #footer a:visited {
	color: #eee;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
}