/* This bit does all the work */
#container {
	position: relative; display: block;
}

#inner {
	display: block;
}

#left {
	display: none;
}

#right {
	display: none;
}

#center {
	position: relative; display: block; height: 1%;
}

.clear {clear:both;}