/* Unchanged */
#container { 
	background-image: url(../images/content_bkg.png);
	background-repeat: repeat-y;
}

#contentBottom {
	background-image: url(../images/bottom_bkg.png);
	background-repeat: no-repeat;
}

#contentContainer {
	float: none;
	margin-left: 3px;
	margin-right: 3px;
	width: auto;
}

#sidebarContainer {
	display: none;
}