#footer {
	background-color: #252525;
	color: #6c6d63;
	border-bottom: 1px solid #666;
}

#footer p {
	color: #6c6d63;
}

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

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