
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	font:white;
	background: #807E79;
}
#Vscr{
	z-index:50;
	width:100%;
	height:100%;
	overflow-y:scroll;
	text-align:center;
	background: #807E79;
}

#Vnoscr{
	z-index:90;
	position:absolute;
	width:812px;
	height:154px;
	top:0px;
	left:0px;
	background: transparent;
}
#Vmain{
	left:0px;
	display:block;
	width:812px;
	color:white;
	font:normal 11px Tahoma;
	text-align:left;
	background: #807E79 url(images/bg.gif) repeat-y;
}

#Vmainbg{
	display:block;
	width:812px;
	height:1px;
	font: normal 1px Dummy;
	background: #807E79 url(images/bg.gif) repeat-y;
}


#Vcontent{
	width:740px;
	color:white;
	font:normal 11px Tahoma;
	text-align:justify;
	padding-left:48px;
	padding-right:24px;
}
