/* This bit does all the work */
#container {
	position: relative; display: block; _height: 1%; border-top: #FFFFFF 1px solid;
	background: url(../Images/homepage-bg.gif) repeat-y center top;
}

#inner {
	display: block;
}

#left {
	display: block;
}

#right {
	float: right; position: relative; width: 170px; right: 0px; padding: 20px 30px; _margin-left: -3px; z-index:100;
}

#center {
	margin-right: 230px; _margin-right: 227px; position: relative; _height: 1%;
}

.clear {clear:both;}
