@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	min-width:900px;
	background-image: url(../images/tomb.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	}

#wrapper {
	width:1030px;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
	border: 15px solid #121212;
	margin-top: -25px;
	}

#nav {
	height: 52px;
	background-color: #000000;
	width: 786px;
	z-index: 2;
	margin: 0 auto;
	position: relative;
	}
	
#nav ul {
	margin: 0;
	list-style: none;
	}
	
#nav ul a {
	display: block;
	line-height: 4.7em;
	text-decoration:none;
	color: #FFFFFF;
	text-align: center;
	width: 116px;
	}
	
#nav .here {
	display: block;
	padding: 0;
	line-height: 2.5em;
	text-decoration:none;
	color: #66CC33;
	}

#nav ul a:hover {
	color: #66CC33;
	}
	
#nav > ul a:hover {
	background-image: url(../images/light2_o.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	}
	
#nav ul li {
	float: left;

	}


#light {
z-index:1;
position:fixed;
display:none;
}
body {
background-color:black;
color:white;
}
.text {
position:relative;
z-index:3;
}

