@charset "UTF-8";
#footer {
	height: 80px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #CCCCCC;
	font-size: 11px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color:#CCCCCC;
}
#footer a:hover {
	color:red;
}
