@charset "UTF-8";
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #222222;
	height:100%;
}
.logo {
	float: left;
	height: auto;
	width: auto;
	left: 20px;
	top: 20px;
	display: block;
	position: absolute;
}
.center-nav {
	position: absolute;
	top:50%;
	left:50%;
	width:250px;
	margin-left: -125px;
	margin-top: -125px;
}
.bottom-nav {
	display:block;
	position:absolute;
	bottom:40px;
	left:50%;
	width:600px;
	text-align: center;
	margin-left: -300px;
}
.container{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
