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