/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html {
	background: #000 url(../images/splash.jpg) no-repeat 50% -50%;
}

body {
	height: 100%;
	width: 100%;
	background: #000;
}

a {
	color: #fff;
	text-decoration: none;
	outline: none;	
}

a:hover {
	color: #3399FF;
}


ul {
	margin-left: 10px;
	overflow: hidden;
}

li {
	margin-right: 10px;
	float: left;
	list-style: none;
}

#container {
	width: 100%;
	color: #fff;
}

