#content {
	margin: 0 20px 0 0;
	float: right;
	width: 480px;
	/* must have some padding at the bottom*/
	padding: 1px 0;
}
html>body #content {
	margin: 0 30px 0 0;
	width: 490px;
}
#right-column {
	display: none;
}

#container {
	background: url(/images/content-bg.png) top left repeat-y;
}

/* FOOTER */
#footer {
	clear:both;
	padding: 28px 0 0 15px;
	height: 79px;
	overflow:hidden;	
	position: absolute;
	margin-left: -389px;
	left: 50%;
	bottom: 0;
	width: 763px;
	font-size: 11px;
	color: #454846;
	background: #f5f9fa url(/images/footer-bg.gif) top left no-repeat
}
html>body #footer {
	margin-left: -389px;
}
