body{
	background-color:#9cc;
}
#container{
	background-color:#9cc;
	overflow:hidden;
/*	margin:0 10px;*/
/*	padding-right:150px;*/ /* The width of the rail */
	width:60em;
	margin-left:auto;
	margin-right:auto;
}
* html #container{
	height:1%; /* So IE plays nice */
}
#content{
	background-color:#9cc;
	width:40em;
	border-right:20em solid:#c33 ; /* The width and color of the rail */
	margin-right:-20em; /* Hat tip to Ryan Brill */
	float:left;
}
#rail{
	background-color:#c33;
	width:18em;
	float:right;
	padding-left:1em;
}	
