/* basic elements */
html {
	height: 100%;
	width: 100%
	overflow: hidden;
	}
	
body {
	margin: 0;
	padding: 0;
	font: 11px/14px Verdana;
	color: #666666;
	background: #FFFFFF;
	}

p, td {
	font: 11px/14px Verdana;
	color: #666666;
	}
	
a:link, a:visited  {
	text-decoration: underline;
	color: #666666;
	}
a:hover, a:active {
	text-decoration: none;
	color: #666666;
	}

/* specific divs */	
#global {
     position: absolute;
     left: 50%; 
     top: 50%;
     width: 950px;
     height: 550px;
     margin-top: -275px; /* half of the height */
     margin-left: -475px; /* half of the width */
     }
     
#main_container { 
	margin: 0;
	padding: 0;
	width: 950px;
    height: 550px;
	}
	
#global_register {
     height: 500px;
     margin-top: -250px; /* half of the height */
     }
     
#main_container_register { 
	height: 500px;
	}
	
#flashcontent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.clear {
	clear: both;
	}


/* register page */
#global_register {
     position: absolute;
     left: 50%; 
     top: 50%;
     width: 700px;
     height: 500px;
     margin-top: -250px; /* half of the height */
     margin-left: -350px; /* half of the width */
     }
     
#main_container_register { 
	margin: 0;
	padding: 0;
	width: 700px;
    height: 500px;
	}
	
#register, #sorry {
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;
	height: 500px;
	border: solid 1px #666666;
}

#registerform {
	float: left;
	width: 450px;
}

#logo {
	float: right;
	margin: 0;
	padding: 61px 0 0 33px; 
	width: 217px;
	height: 439px;
	background: #C9171D;
