/* basic elements */
body {
	margin: 0px;
	padding: 0px;
	font: 12px/16px 'Trebuchet MS';
	color: #002A56;
	background: #FFFFFF;
	}

p, td {
	font: 12px/16px 'Trebuchet MS';
	color: #002A56;
	}

a:link, a:visited  {
	text-decoration: none;
	color: #4979B2;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #4979B2;
	}

/* specific divs */	
#global {
     position: absolute;
     left: 50%; 
     top: 50%;
     width: 880px;
     height: 610px;
     margin-top: -305px; /* half of the height */
     margin-left: -440px; /* half of the width */
     }
     
#main_container { 
	margin: 0;
	padding: 0;
	width: 880px;
	height: 610px;
	}
	
#flashcontent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#clear {
	clear: both;
	}


/* register page */
#register {
	position: absolute;
	top: 265px;
	left: 345px;
	z-index: 99;
	width: 500px;
	height: 255px;
}

/* sorry text */
#sorry {
	position: absolute;
	top: 200px;
	left: 495px;
	z-index: 99;
	width: 345px;
}


#content01 {display: block; }