@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
}
a:visited {
	color: #000000;
}
#trapdoor {
	position:relative;
	margin: 0 auto;
	top: 14px;
	width:auto;
	height:auto;
	z-index:4;
}
#layout {
	position:relative;
	margin: 0 auto;
	top: 60px;
	width:1000px;
	height:500px;
	z-index:1;
}
#main {
	position:absolute;
	top: 30px;
	left: 0px;
	width:1000px;
	height:493px;
	z-index:2;
	background-image:url(images/main_bg.jpg);
}
#nav {
	text-align: left;
	position:absolute;
	left:0px;
	top:0px;
	width:436px;
	height:30px;
	z-index:5;
}
#buy {
	position:absolute;
	left:734px;
	top:-18px;
	width:272px;
	height:43px;
	z-index:5;
}
#shadow {
	position:absolute;
	left:-35px;
	top:524px;
	width:1071px;
	height:49px;
	z-index:5;
}
#legal {
	position:absolute;
	left:0px;
	top:530px;
	width:600px;
	height:25px;
	z-index:6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#4e4e4e;
	text-align:left;
	margin-left: 10px;
}
#legal a{
	color: #999;
	}