/* basic elements */
html {
	height: 100%;
	width: 100%
	overflow: hidden;
	background: #000000;
	}
	
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #86952a;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #86952a;
	}

/* specific divs */
#global {
    height: 100%;
    width: 100%;
	overflow: hidden;
     }
     
#main_container { 
	height: 100%;
	width: 100%;
	min-width: 960px;
	}
	
#flashcontent {
	height: 100%;
	width: 100%;
}

#sorry_global {
	height: 100%;
	width: 100%;
	background: url(../images/bg_body.gif) repeat center;
}

#sorry_container {
    position: absolute;
    left: 50%; 
    top: 50%;
    width: 900px;
    height: 560px;
    margin-top: -280px; /* half of the height */
    margin-left: -450px; /* half of the width */
}

#sorry {
	position: absolute;
	top: 80px;
	left: 60px;
    width: 505px;
	font: 13px/20px 'Trebuchet MS', Verdana;
	color: #000000;
}

#email_global {
    height: 100%;
    width: 100%;
	overflow: hidden;
	background: url(../images/bg_body.gif) repeat center left;
     }
     
#email_container { 
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 450px;
    height: 280px;
    margin-top: -140px; /* half of the height */
    margin-left: -225px; /* half of the width */
    font: 13px/15px 'Trebuchet MS', Verdana;
    color: #000000;
	}
