/* This bit does all the work */
#container 
{
	position: relative; display: block; background-color: #f1f0eb; 
	border: solid 20px #FFFFFF;
}

#inner 
{
	display: block;
}

#left 
{
	display: none;
}

#right
{
	display: none;
}

#center 
{
	position: relative; display: block; height: 1%;
}

.clear {clear:both;}