BODY {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	background-color:#0e396e;
    text-align: center; /* to correct the centering IE bug*/
	margin: 0;
	padding: 0;
	}


#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 850px;
     height: 516px;
     margin-top: -258px; /* half of the height */
     margin-left: -425px; /* half of the width */
     border: 0px;
	 text-align:left;
     }
	 
