/*Footer*/
footer {
	clear: both;
	margin: 0;
	height: 51px;
	padding: 0;
	color: #000;
	text-shadow: 0px 0px 10px #e2e2e2;
	filter: dropshadow(color=#e2e2e2, offx=0, offy=0); 
	
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer .container {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
}

footer .footer-links{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}

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

footer  a:hover {
	color: #000;
	text-decoration: underline;
}