/* basic elements */
html {
	height: 100%;
	width: 100%;
	}
	
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat center;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #39281c;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #39281c;
	}

/* specific divs */
#global {
    height: 100%;
    width: 100%;
    }
     
#main_container { 
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 980px;
    height: 635px;
    margin-top: -320px; /* half of the height */
    margin-left: -490px; /* half of the width */
	}
	
#flashcontent {
	height: 100%;
	width: 100%;
}

#sorry_container { 
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 980px;
    height: 635px;
    margin-top: -318px; /* half of the height */
    margin-left: -490px; /* half of the width */
	}
	
#sorry {
	position: absolute;
	top: 130px;
	left: 50px;
    width: 160px;
	font: 13px/16px 'Times New Roman', Times, serif;
	color: #39281c;
}

#sorry2 {
	position: relative;
	top: 0;
	margin: 0 auto;
	padding: 0 0 5px 30px;
    width: 920px;
	font: 13px/18px Arial, Helvetca, san-serif;
}

#sorry2_text {
	padding: 30px;
	color: #39281c;
	background: #ffffff;
}

h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 22px/26px 'Times New Roman', Times, serif;
}

h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 22px/26px 'Times New Roman', Times, serif;
}
