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:107px;
}

div#main
{
	position:absolute;
	left:200px;
	top:206px;
	width:748px;
}

div#leftMenu
{
	position:absolute;
	left:10px;
	top:220px;
	width:149px;
	border: 3px solid #ece9e0;
	padding: 14px;
}
