body {
	background-color: #000;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

a, a:link, a:visited, a:active, a:hover {
	color: #f00;
	text-decoration: none;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 600px;
	margin-top: -300px;
	margin-left: -380px;
	text-align: center;
}

#content {
	background: #fff;
	width: 760px;
	height: 530px;
	text-align: left;
}

#splash {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 325px;
	margin-top: -250px;
	margin-left: -315px;
	text-align: center;
}

#titlepic {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#footer {
	color: #f00;
	margin-top: 5px;
	font-size: 1.2em;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
}

#footer a:hover {
	color: #f00;
}

.clearline {
	clear:both;
	margin:0;
}

.borderless {
	border: 0;
}