body
{
	background: #c1cc94 url('../design/bodybg.gif') fixed top center repeat-x ;
	text-align: center;
	margin: 0px;
	min-width: 950px;
	height: 100%;
}

div#holder
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
	height:100%;
}

div#topMenu
{
	position:relative; /*fixed*/
	height:239px;
}

div#main
{
	position:absolute;
	right: 20px;
	top:250px;
	width:710px;
}

div#leftMenu
{
	position:absolute;
	left:20px;
	top:244px;
	width:170px;
}
