/* This bit does all the work */
#container 
{
	height: 1%; display: block; background-color: #FFFFFF;
	background-image: url(../Images/midle-BG.gif); background-repeat: repeat-y; background-position: right top;
}

#inner 
{
	display: block; position: relative; height: 1%; 
	background-image: url(../Images/midle-left-BG.gif); background-repeat: repeat-y; background-position: left top;
}

#left 
{
	float: left; position: relative; width: 145px; left:0px; padding: 0px; _margin-right:-3px;
}

#right 
{
	float: right; position: relative; width: 153px; right:0px; _margin-left: -3px;
}

#center 
{
	margin-left: 145px; _margin-left: 142px; margin-right: 143px; _margin-right: 140px; display: block; height: 1%; padding-right: 20px;
}

.clear {clear:both;}