/*
footer without dark container
-footer-without-dark-container.css
*/

#footer {
	position:relative;
	top:-20px;
	left:0;
	width:968px;
	margin:0 auto;
	text-align:center;
	padding:34px 0 20px 0;
	color:#777;
	font-size:0.92em;
	font-weight:bold;
	background:transparent url(/images/background/footer.png) no-repeat;
	z-index:20;
}
#footer a {
	color:#777777;
	padding:0 4px;
}
