/* 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: #131112;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #131112;
	}

/* specific divs */
#global {
    height: 100%;
    width: 100%;
	overflow: hidden;
     }
     
#main_container { 
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 920px;
    height: 550px;
    margin-top: -275px; /* half of the height */
    margin-left: -460px; /* half of the width */
    border: solid 1px #929292;
	}
	
#flashcontent {
	height: 100%;
	width: 100%;
}

#sorry {
	position: absolute;
	top: 225px;
	left: 170px;
    width: 340px;
    height: 250px;
	font: 12px/15px 'Trebuchet MS', Verdana;
	color: #131112;
	}