/* Hide the pageHeader, banner, navcontainer, bulletin and footer and make the contentContainer transparent */

#pageHeader, #navcontainer, #banner, #footer, #bulletin, #footerInfo {
	display: none;
}

#container, #contentContainer {
	background: none;
	border: none;
}
