#content {
	margin: 0 20px 0 45px;
	float: right;
	width: 660px;
	/* must have some padding at the bottom*/
	padding: 1px 0px;
}
html>body #content {
	margin: 0 20px 0 0;
	width: 685px;
	/* must have some padding at the bottom*/
	padding: 1px 0px;
}
#right-column {
	display: none;
}

#container {
	background: #fff;
}

/* FOOTER */
#footer {
	clear:both;
	padding: 40px 0 0 30px;
	height: 23px;
	overflow:hidden;	
	position: absolute;
	margin-left: -485px;
	left: 50%;
	bottom: 0;
	width: 940px;
	font-size: 12px;
	color: #FFFFFF;
	background: url(/images/footer-bg.gif) top left no-repeat
}
html>body #footer {
	margin-left: -485px;
}
