body
{
	background: #eee url('../design/bg_body4.jpg') fixed repeat center top;
	text-align: center;
	margin: 0px;
	margin-left:-1px;
	* margin-left: 1px;
	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:231px;
}

div#main
{
	position:absolute;
	left:185px;
	top:231px;
	width:765px;
}

div#leftMenu
{
	position:absolute;
	left:10px;
	top:231px;
	width:185px;;
}