/* basic elements */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 12px/18px Arial;
	color: #ffffff;
	background: #000000;
	}

p, td {
	font: 12px/18px Arial;
	color: #ffffff;
	}

a:link, a:visited  {
	text-decoration: none;
	color: #E1972F;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #E1972F;
	}

/* specific divs */	
#global {
     margin: 0;
	 padding: 0;
     width: 100%;
     height: 100%;
     }
     
#main_container { 
	margin: 0;
	padding: 0;
	min-width: 980px;
	}
	
#flashcontent {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}


#content01 {display: block; }

#sorry {
	position: absolute;
	left: 50%; 
	top: 50%;
	width: 980px;
	height: 540px;
	margin-top: -270px; /* half of the height */
	margin-left: -490px; /* half of the width */
	background: #000000;
	border: solid 1px #333333;
}

