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

body {
	margin: auto;
	background-color: #686868;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

img {
	border: 0px;
}

div#container {
	position: absolute;
	margin: auto;
	vertical-align: middle;
	top: 50%;
	left: 50%;
}

div#splash {
	position: absolute;
	top: 50%;
}

div#logo {
	position: relative;
	top: 4px;
	left: -155px;
	float: left;
}

div#title {
	position: absolute;
	top: 0px;
	left: -40px;
	float: left;
	
}

div#options {
	text-align: right;
	position: absolute;
	top: 45px;
	left: -10px
}

div#footer {
	position: absolute;
	text-align: center;
	top: 97%;
	width: 100%;
}