/* CSS Document */

body {
     margin: 0; /* to avoid margins */
     text-align: center; /* to correct the centering IE bug*/
	 background-color:#0099CC;
	 font-family: Helvetica, sans-serif;
     }

html {
	font-family: Helvetica, sans-serif;
	font-size:11px;
	}
#global {
	font-family: Helvetica, sans-serif;
	position:absolute;
	border:2px #CCCCCC dotted;
	left: 50%;
	top: 50%;
	width: 420px;
	height: 300px;
	margin-top: -100px; /* half height */
	margin-left: -210px; /* half width */
	}
a {
	font-family: Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
