body
{
	background: #eee url('../design/bodybg.gif') fixed repeat center;
	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:202px;
}

div#main
{
	position:absolute;
	left:190px;
	top:208px;
	width:745px;
	height: 100px;
}

div#leftMenu
{
	position:absolute;
	left:15px;
	top:218px;
	width:175px;
}