/* This bit does all the work */
#container 
{
	position: relative; display: block;
	background-image:url(/Images/default-main-bg.gif);
	background-repeat:repeat-y; height:1%; border: 1px solid #4e4d4b;
}

#inner 
{
	display: block; position:relative;
}

#left 
{
	display:none;
}


#right 
{
	float: right; position: relative; width: 165px; _margin-left:-3px;
}

#center 
{
	margin-right: 165px; _margin-right: 162px; position: relative; display: block; height: 1%; 
}

.clear {clear:both;}