@import url('styles/layout.css');

body {
	background-color: #dcb;
}
#footer {
	clear: both;
	background-color: #dcb;
	padding: 0;
	overflow: auto;
	margin-top: 5px;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}

