body
{
	background: white url('../design/body_bg.jpg') repeat-x center top;
	text-align: center;
	margin: 0px;
	min-width: 950px;
	height: 100%;
}

div#holder
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
	height: 500px;
	background-color: white;
}

div#topMenu
{
	background: white;
	position:relative;
	height:220px;
	width:950px;
}

div#main
{
	background: white url('../design/main_bg.jpg') no-repeat right top;
	position:absolute;
	left:164px;
	top:220px;
	width:777px;
}

div#leftMenu
{
	background-color: #EAF2F5;
	position:absolute;
	left:10px;
	top:220px;
	width:159px;;
}
