body
{
	background: #fff url('../design/bodybg.gif')  repeat-x 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%;
	background:#fff;
}

div#topMenu
{
	position:relative; /*fixed*/
	height:324px;
}

div#main
{
	position:absolute;
	right: 10px;
	top:335px;
	width:780px;
}

div#leftMenu
{
	position:absolute;
	left:15px;
	top:335px;
	width:160px;
}
