body
{
	/* background: #FFF url('../design/bg_body_vass2.jpg') fixed repeat top; */
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	* 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:220px;
}

div#main
{
	position:absolute;
	left:189px;
	top:220px;
	width:746px;
}

div#leftMenu
{
	position:absolute;
	left:10px;
	top:220px;
	width:144px;
	* width:165px;
	padding: 10px;
	padding-bottom: 50px;
	border: 3px solid #00cc00; /*#7C8BB4;*/
}