body
{
	background: #eee url('../design/bodybg.gif') fixed repeat center;
	text-align: center;
	margin: 0px;
	margin-left:-1px;
	* margin-left: 1px;
	min-width: 953px;
	height: 100%;
}

div#holder
{
	margin: 0 auto;
	width: 953px;
	text-align: left;
	position:relative;
	height:100%;
}

div#topMenu
{
	position:relative; /*fixed*/
	height:182px;
	padding-left: 1px;
}

div#main
{
	position:absolute;
	left:275px;
	top:182px;
	width:678px;
	background-image: url("../design/mainbg.jpg");
	background-repeat: no-repeat;
}

div#leftMenu
{
	position:absolute;
	top:181px;
	left: 1px;
	width:250px;
	background-image: url("../design/leftbg.jpg");
	background-repeat: no-repeat;
	 z-index:1000;

}