BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 510px;
}

.nav {
	color: #FF9900;
	text-decoration: none;
}
.nav:hover {
	color: #FF9900;
	text-decoration: underline;
}

A {
	color: #FF9900;
	text-decoration: none;
}
A:hover {
	color: #FF9900;
	text-decoration: underline;
}