/*
 *@author elboletaire at underave dot net
 */
body {
	background-color: black;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: .7em;
	color: #dcdcdc;
}

a img {
	border: none;
}

#main {
	width: 800px;
	position: absolute;
	right: 50%;
	margin-right: -400px;
}

#content {
	margin-left: 0px;
}

#content div.logo {
	text-align: center;
}

#credits {
	position: fixed;
	bottom: 10px;
	left: 10px;
	font-size: .9em;
}

#menu {
	height: 3.5em;
}

#menu ul li {
	display: inline;
	float: left;
	list-style: none;
	padding: 0 15px 0 15px;
}

a, a:hover, a:visited {
	color: #777777;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
