#container {
	height: auto;
	width: 100%;
}

#header,
#left,
#right,
#top {
	display: none;
}

#body #content {
	height: auto;
	left: 0;
	overflow: visible;
	position: static;
	width: 100%;
}

