#top 
{
	height: 90px;
}
#left 
{
	width: 230px;
	float: left;
}
#center 
{
	position: absolute;
	left: 230px; top: 130px;
	overflow: auto;
	overflow-x: visible;
	overflow-y: auto;
	height: 600px;
	width: 565px;
}
#right
{
	width: 190;
	float: right;
	padding-left:555px;
}