#sidebar  {
	display: none;
}

#content {
	min-height:160px;
	background:url("../images/no_sidebar/bg-content.gif") repeat-y scroll center top;
}

#copy {
	margin: 0;
	background:url("../images/no_sidebar/bg-copy.png") no-repeat scroll center top;
	padding: 1px 0 0;
	float: none;
	width: auto;
}

#footer {
	width: auto;
	margin-left: 0;
	background: url("../images/no_sidebar/bg-footer.png") no-repeat scroll right top;
}

