body
{
	background-color: #2F2F2F;
	/* background: #eee url('../design/bodybg.gif') fixed repeat-y center; */
	text-align: center;
	margin: 0px;
	min-width: 950px;
	height: 100%;
}

div#holder
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
	height:100%;
}

div#topMenu
{
	position:relative;
	height:80px;
}

div#main
{
	position:absolute;
	top:120px;
	width:950px;
	background-color: white;
}

div#main2
{
	position:absolute;
	top:80px;
	width:950px;
	background-color: white;
}


div#leftMenu
{
	background: white;
	position:absolute;
	left:0px;
	top:80px;
	width:950px;
	height: 40px;
}

