
body {
	background: #000000 url(../img/drea-bg.jpg) no-repeat top center;
	font-family: Arial, Verdana, sans-serif;
}

div#logo {
	position: relative;
	top: 50px;
	text-align: center;
}

div#nav {
	background: #000000;
	width: 650px;
	margin: 80px auto;
	padding: 10px;
	border: 1px solid #610F11;
	border-width: 0 1px 0 1px;
}

#nav li {
	display: inline;
	margin: 0 8px;
}

#nav ul {
	margin: 0 auto;
}

#nav a {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/nuke-bullet.png) center left no-repeat;
	background-image: none;
	padding: 0 0 0 27px;
}

#nav a:hover {
	background-image: url(../img/nuke-bullet.png);
}
