body {
	background: #000 url(images/splash.gif) no-repeat fixed center top;
}

#nav {
	font: bold 12pt sans-serif;
	color: #fffeff;
	top: 480px;
	width: 600px;
	height: 100px;
	position: relative;
}

#message
 {
	color: #fffeff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

a:link {
	color: #fffeff;
	text-decoration: none;
}

a:visited {
	color: #fffeff;
	text-decoration: none;
}

a:active {
	color: #fffeff;
	text-decoration: none;
}

a:hover {
	color: #fffeff;
	text-decoration: none;
	font-style: italic;
}