/* 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: #0097d4;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #0097d4;
	}
	
.clear {clear: both;}

/* 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: 50px;
	left: 60px;
    width: 500px;
	font: 13px/18px 'Trebuchet MS', Verdana;
	color: #000000;
}
#menu_button  {
	margin: 0;
	padding: 0;
	width: 320px;
	}
#menu_button a {
	margin: 0 5px 5px 0;
	padding: 5px 0;
	display: block;
	width: 150px;
	text-align: center;
	float: left;
	}
#menu_button a:link, #menu_button a:visited {
	text-decoration: none;
	color: #ffffff;
	background: #ec008c;
	border: solid 1px #ec008c;
	}
#menu_button a:hover, #menu_button a:active {
	text-decoration: none;
	color: #ec008c;
	background: #ffffff;
	border: solid 1px #ec008c;
	}
#sorry h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 14px/18px 'Trebuchet MS', Verdana;
	color: #ec008c;
}

#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;
	}
	
/* classes for homepage ad popup */
#ad_wrapper {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: url(../images/ad_bg.png) repeat top left;
	z-index: 99;
	}
#ad_container {
	position: relative;
	margin: 20px auto;
	width: 900px;
	height: auto;
	text-align: center;
	}
	
#ad_btn_close {
	position: relative;
	width: 0 auto;
	text-align: right;
	font: bold 13px/20px 'Trebuchet MS', Verdana;
	color: #ffffff;
	display: block;
	cursor: pointer;
	}
