@CHARSET "UTF-8";

#footer {
	background: #404040;
	-webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer .footerText {
	display: block;
	position: relative;
	color: #c1c1c1;
	font-size: 0.75em;
	line-height: 1.0625em;
	text-align: center;
}

#footer .footerText a {
	color: #c1c1c1;
}

footer a {
	border-bottom: 0 !important;
}

footer a {
	font-size: 12px !important;
	line-height: 18px !important;
}
