#container
{
	position:relative;
	background-color:#fff;
	float:left;
	width:725px;
	border-left:220px solid #fff;
	/* The width and color of the left rail */
	border-right:0;
	/* The width and color of the right rail */
	/* background - small dots */
	background: url(/webtop/cms/struer2007/img/1streg.gif) repeat-y;
	text-align:left;
}



#center{
	float:left;
	width:725px;
	margin-right:-725px;
}

#rightRail { display:none; }

