/* CSS Document */
#global {
	position:absolute;
	left: 50%;
	width: 770px;
	margin-left: -385px; /* half of the width */
	top: 13px;
	/*height: 2px;*/
     /*top: 50%;*/
     /*height: 520px;*/
    /* margin-top: -260px;*/ /* half of the height */
	 }
	 
body {
	background-color: #49367C;
}

.style1 {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
