@CHARSET "ISO-8859-1";

#footer {
	float: left;
	width: 100%;
	height: 100px;
	padding: 2em 0 0 0;
	clear: both;
	text-align: center;
	color: #2e2c2b;
	line-height: 18px;
}
		#footer p {
			font-size: 80%;
		}
		
		#footer a {
			color: #2e2c2b;
		}