/* basic elements */
html {
	height: 100%;
	width: 100%
	overflow: hidden;
	}
	
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #ffffff;
	}

/* specific divs */
#global {
    height: 100%;
    width: 100%;
	overflow: hidden;
     }
     
#main_container { 
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 920px;
    height: 605px;
    margin-top: -300px; /* half of the height */
    margin-left: -460px; /* half of the width */
	}
	
#flashcontent {
	height: 100%;
	width: 100%;
}

#sorry {
	position: absolute;
	top: 160px;
	left: 580px;
    width: 300px;
	font: 13px/20px 'Trebuchet MS', Verdana;
	color: #ffffff;
	}
