/* basic elements */
html {
	height: 100%;
	width: 100%
	overflow: hidden;
	}
	
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 12px/16px 'Trebuchet MS', Verdana;
	color: #ffffff;
	background: #000000;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #EF8A01;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #EF8A01;
	}
	
td {
	color: #ffffff;
	font: 12px/16px 'Trebuchet MS', Verdana;
	}

/* specific divs */
#global {
    height: 100%;
    width: 100%;
	overflow: hidden;
     }
     
#main_container { 
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 850px;
    height: 580px;
    margin-top: -290px; /* half of the height */
    margin-left: -425px; /* half of the width */
	}
	
#flashcontent {
	width: 850px;
	height: 580px;
}

#sorry_container {
	padding: 30px;
	border: solid 1px #333333;
}

.orange {color: #EF8A01;}

.small {font: 10px/14px 'Trebuchet MS', Verdana;}