@charset "utf-8";
body {
	background-color: #330000;
	background-image: url(../images/vsixdesignBG05.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #330000;
	text-align: justify;
}

#Logo {
	background-image: url(../images/210x210.V_Logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 24px 0 0 0px;
	height: 210px;
	width: 210px;
}

#globalContainer {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: left; /* to realign your text */
	margin-top: 10px;
	height: auto;
	max-width: 210px;
}

