/* CSS Document */
#footer_container {
	width:922px;
	height:70px;
	margin:0px auto;
	clear:both;
	
}
#footer_logo {
	width:250px;
	height:70px;
	float:left;
	background:url(/images/footer_logo.jpg);
}
#footer {
	width:922px;
	height:70px;
	color:#666666;
	text-align:center;
	background:url(/images/footer_bg.jpg);
	clear:both;
}
