/* This bit does all the work */
#container 
{
	display: block; background-color: #FFFFFF;
	border-top: solid 1px #000000;
}

#inner 
{
	display: block; overflow: visible;
}

#left 
{
	display: none;
}

#right
{
	display: none;
}

#center 
{
	display: block; padding: 0px;
}

.clear {clear:both; height: 1px; overflow: hidden;}