body
{
	background: #eee url('../design/bg_body2.jpg') repeat center top;
	text-align: center;
	margin: 0px;
	min-width: 950px;
	height: 100%;
}

div#holder
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
	background-color: white;
	background: url('../design/bg_holder.jpg') repeat-x center top;
}

div#topMenu
{
	position:relative; /*fixed*/
	height:190px;
	top: 30px;
}

div#main
{
	position:absolute;
	left:164px;
	top:220px;
	width:786px;
}

div#leftMenu
{
	position:absolute;
	left:10px;
	top:220px;
	width:159px;;
}