﻿html
{
	overflow-y: scroll;
}
body
{
	margin: 0;
}
#Viewport
{
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}
#Website
{
	text-align: left;
	margin: 0 auto;
	min-height: 600px;
	width: 960px;
}
#VBar
{
	float: left;
	height: 600px;
	width: 218px;
}
.VBarLogo
{
	width: 246px;
	height: 287px;
	margin: 15px 0 0 -32px;
}
#VBarInner
{
	margin: 140px 0 0 30px;
}
#VSite
{
	float: left;
	width: 728px;
}
#m_Tag
{
	height: 36px;
	margin: 10px 0 0 30px;
}
#Content
{
	margin: 0 0 20px 30px;
}
