#footer-container {
	background: #FFF url(/images/new_css/footer_bg.jpg) center bottom no-repeat;
	margin: 0 auto;
	padding: 20px 50px 5px;
	font: normal 86% "verdana";
	color: #6B6B6B;
}
#footer-container a {
	line-height: 1.6em;
	text-align: justify;
}
#footer-left {
	float: left;
	width: 45%;
	text-align: center;
}
#footer-right {
	float: right;
	width: 46%;
	height: 45%;
	text-align: center;
	border-left: 1px solid #999;
	line-height: 1.6em;
	padding: 0 2%;
}
#footer-vertical-spacer {
	height: 65px;
}