﻿body {
	background-color: #111;
    font-family: 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
    font-size: 10pt;
}

h1 {
    text-indent: -99999px;
    width: 720px;
    height: 92px;
    background: url(logo.png);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -360px;
    margin-top: -46px;
}

li {
	margin-right: 16px;
	padding: 0;
	float: left;
	list-style-type:none;
	text-align: center;

}

li a {
	color: white;
	text-decoration: none;
}

li a:hover {
	color: gray;
	text-decoration: overline;
}

li.first {
	text-align: left;
	padding-left: 2px;

}

li.last {
	margin-right: 0;
	text-align: right;
}

ul {
	margin: 0;
	padding: 0;
	width: 720px;
	left: 50%;
	top: 50%;
	margin-top: 46px;
	margin-left: -360px;
	position: absolute;
}

#content {
	background: -webkit-radial-gradient(50% 50%, circle closest-side, #000 100%, #111 200%);
	background: -moz-radial-gradient(50% 50%, circle closest-side, #000 100%, #111 200%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
