html {
overflow-x: hidden;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

body#black {
	background: #000000;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

iframe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: Black;
	margin: 6px 0px 3px 0px;
}

h2 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: Black;
	margin: 4px 0px 2px 0px;
}

table {
	border: 0 none #FFFFFF;
}

th {
	vertical-align: bottom;
	text-align: left;
	border: 1px solid #339933;
}

td {
	vertical-align: top;
	text-align: left;
}

a:link { 
	text-decoration: none; 
	color: #666666;
}

a:visited { 
	text-decoration: none; 
	color: #666666;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #666666;
}

a img { border:none }

img {
	margin: 0px;
}

#introLayer {
	position: absolute;
	width: 600px;
	height: 300px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -150px;
}

#flashLayer {
	position: absolute;
	width: 600px;
	height: 200px;
	top: 0px;
	left: 0px;
}

#skipLayer {
	position: absolute;
	width: 600px;
	height: 50px;
	top: 250px;
	left: 0px;
	text-align: center;
}

#backgroundLayer {
	position: absolute;
	/*margin: 0 auto;*/
	width: 800px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
	text-align: left;
	background-image:url(../images/backdrop_final_800.jpg);
	border: 1px solid #ffffff;
}

#backgroundLayerSecret {
	position: absolute;
	/*margin: 0 auto;*/
	width: 800px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
	text-align: left;
	background-image:url(../images/backdrop_final_800_secret.jpg);
	border: 1px solid #ffffff;
}

#mainContentLayer {
	position: absolute;
	/*margin: 0 auto;*/
	width: 420px;
	height: 430px;
	left: 50%;
	top: 50%;
	margin-left: -210px;
	margin-top: -165px;
	text-align: left;
}

#mainTextLayer {
	position: absolute;
	width: 390px;
	height: 410px;
	top: 0px;
	left: 0px;
	text-align: left;
}

#menuLayer {
	position: absolute;
	margin: 0px;
	width: 283px;
	height: 25px;
	left: 186px;
	top: 99px;
}

#secretimg {
	position: relative;
	top: 0px; left: 0px;
	
	background: url(images/secret.png);
	z-index: 10;
}

#frameScroll {
	position: absolute;
	/*margin: 0 auto;*/
	width: 420px;
	height: 430px;
	left: 0px;
	top: 0px;
	text-align: left;
	z-index: 10;
	border: 0px none #000000;
	frameborder: 0px;
}

#slimitLogo {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 580px;
	left: 780px;
	z-index: 99;
}
