html {
	background-color: #01317a;
	background-color: #000011;
	font-size: 14pt;
	font-family: Georgia, serif;
	color: #bdf;
	line-height: 1.3;
}

li {
	margin-bottom: 10px;
}

a[href] {
	color: #55d9ff;
	font-weight: bold;
	text-decoration: none;
}

body {
	margin-top: 0px;
	margin: 0px;
	padding: 0px;
	background-image:url('backdrop.png');
	background-repeat: repeat-y;
	background-position: center top;
}

#banner {
	background-image:url('banner.png');
	background-repeat: no-repeat;
	height: 195px;
}

.comingsoon {
	margin-top: 20px;
	text-align: center;
	font-size: 2.0em;
}

.screenshot {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

form {
	margin: 40px 10px;
	border: 1px solid #fff;
	padding: 20px;
	background-color: #000;
}

label {
	display: block;
	font-weight: bold;
	font-size: .9em;
}

.form-field {
	margin-bottom: 10px;
}

input[type=text], textarea {
	font-size: 1.0em;
	padding: 5px;
}

.form-submit {
	text-align: right;
}
