@import url("layout.css");
@import url("global.css");
@import url("content.css");

/* hidden elements */
#main-menu,
#right-side,
#footer,
#header-right {
	display: none;
}

#wrapper,
#website {
	margin: 0px;
	width: 510px;
}

#header,
.blue #header,
.green #header,
.yellow #header,
#main-content {
	background: none;	
}

body {
	background: none;
}