* { margin: 0; padding: 0; }
img { border: 0; outline: 0; }

body {
	background: #285370 url(glow.png) no-repeat center center;
}

#nav {
	width: 500px;
	margin: 0 auto;
	font-size: 14px;
	font-family: LucidaGrande, Arial, sans-serif;
	text-align: center;
	padding: 15px 0;
}

#nav a {
	color: #b8fdb1;
	padding: 0 20px;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
}

#main {
	width: 1000px;
	height: 800px;
	position: relative;
	margin: 0 auto;
}

#main #overlay {
	background: url(overlay.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 800px;
	z-index: 10;
	text-indent: -3000em;
	overflow: hidden;
}

#main a {
	position: absolute;
	display: block;
	width: 494px;
	height: 110px;
	top: 532px;
	left: 450px;
	text-indent: -3000em;
	overflow: hidden;
	white-space: nowrap;
	z-index: 11;
}

#main img {
	position: absolute;
	top: 135px;
	left: 95px;
	z-index: 1;
}