/** IE 6 does not support position fixed, and this screws things up with the IE8 js fix method **/
#footer {
	width:				868px;
	clear:				both;
	padding:			2.5em 0 1em 0;
	bottom:				0;
	position:			fixed;
	background:			url('../images/background_footer.png') repeat-x #FFFFFF;
	z-index:			2000;
}

#footer_logo {
	float:				right;
	margin-top:			-16.4em;
}
