#footer
{
	position: absolute;
	left: 5px;
	bottom: 0px;
	width: 99%;
	text-align: center;
	color: #2A2929;

}

#footer a
{
	color: #2A2929;
}

#footer a:hover
{
	color: white;
}

