body
{
	background: #eee url('../design/bg_body.gif') fixed repeat-y 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:295px;
}

div#main
{
	position:absolute;
	left:0px;
	top:280px;
	width:746px;
}

div#leftMenu
{
	position:absolute;
	right:5px;
	top:243px;
	width:195px;
}