#footer
{
	border-top: 5px solid #CCC;
	clear: both;
	margin-top: 30px;
	overflow: hidden;
	padding: 15px;
	
	min-height: 150px;
}

#footer a
{
	text-decoration: none;
	color: inherit;
	background-color: inherit;
}

#footer div#links
{
	color: rgb(51, 51, 51);
	/*float: left;*/
	font-size: 100%;
	line-height: 30px;
}
#footer div#links a
{
	padding-right: 10px;
}
#footer div#links a:hover
{
	font-weight: bold;
}
#footer div#copyright
{
	clear: both;
	color: rgb(136, 136, 136);
}
#footer div#copyright a:hover
{
	text-decoration: underline;
}
#footer div#copyright, #footer div#links a, #footer div#links, #footer a, #footer
{
	background-color: #FAFAFA;
	-background-color: red;
}