/* basic elements */
html {
	height: 100%;
	width: 100%
	overflow: hidden;
	}
	
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #BDC157;
	}
	
p, td {
	font: 11px/18px Arial;
	color: #455560;
	}

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

/* specific divs */
#global {
    height: 100%;
    width: 100%;
	overflow: hidden;
     }
     
#main_container { 
	position: absolute;
	/*top: 60px;*/
	top: 0;
	height: 100%;
	width: 100%;
	min-width: 980px;
	height: 595px;
	}
	
#flashcontent {
	height: 100%;
	width: 100%;
}

#sorry {
	position: absolute;
	top: 50%; 
	left: 50%; 
    width: 700px;
    height: 500px;
    margin-top: -190px;  /* -250px; half of the height */
    margin-left: -350px; /* half of the width */
    background: #FFFFFF;
}

#banner {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 79px;
    background: #970404;
    text-align: center;
     }
     
#scrollarea {
	position: absolute;
	/*top: 60px;*/
	top: 0; 
	left: 50%; 
    width: 980px;
    height: 595px;
    margin-left: -490px; /* half of the width */
    z-index: -1;
}