@charset "UTF-8";
/* CSS Document */


a {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 62.5%;
}
body{
	background-color: #000000;
}
#wrapper {
	width: 900px;
	margin: 20px auto;
	text-align: left;
	position: relative;
}

#header {
	display: none;
}

#main {
	position: absolute;
	top: 20px;
	width: 900px;
	height: 554px;
	background-image: url(../img/splashbg.jpg);
}

#main ul {
	margin-top: 270px;
	margin-left: 193px;
	padding 0;

}
#main ul li {
	list-style: none;
	padding: 8px 0 8px 20px;
	/*background:url(../img/arrow.png) no-repeat left 55%;*/
	text-transform:uppercase;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

a:link,
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #666666;
}
