body {
	font-family: arial, sans-serif;
	text-transform: uppercase;
	background: #000;
}

#background {
	width: 1200px;
	height: 800px;
	background: url(../img/bg.jpg) no-repeat;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#masthead {
	width: 100%;
	height: 270px;
	text-align: center;
	color: #ebebeb;
	margin: 0 auto;
}

h1 {
	text-indent: -5000em;
	color: #fff;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	position: relative;
	top: 220px;
	left: 27px;
}

h2 span {
	color: #94c83d;
}

#body {
	width: 100%;
	overflow: hidden;
}

#flash {
	width: 480px;
	height: 270px;
	margin: 5px auto;
	border: solid #fff 1px;
}

#navigation {
	width: 352px;
	height: 40px;
	margin: 10px auto;
}

.nav {
	float: left;
}

.nav-button {
	float: left;
}

.nav-button a {
	width: 167px;
	height: 37px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 2em;
	font-size: 1.1em;
	color: #49621e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pr a {
	background: transparent url(../img/button-sprite.png) no-repeat 0 0;
	margin-right: 15px;
}

.pw a {
	background: transparent url(../img/button-sprite.png) no-repeat -182px 0;
}

.nav-button a:hover {
	color: #5b9942;
}

#aplanet {
	text-indent: -5000em;
	width: 148px;
	height: 86px;
	margin: 0 auto;
	margin-top: 35px;
	background: transparent url(../img/aplogo.png) no-repeat 0 0;
}

#aplanet a {
	width: 148px;
	height: 86px;
	margin: 0 auto;
	display: block;
}

#footer {
	margin: 25px auto;
	text-align: center;
}

#contact {
	color: #94c83d;
	font-size: .7em;
}

#contact p a {
	text-decoration: none;
	color: #94c83d;
}

#contact p a:hover {
	color: #fff;
}















