@import url('reset.css');
@import url('960.css');

a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

article { line-height: 1.2em; }

body {
	background: #192122;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

header, footer { display: none !important; }

#body { margin-top: 5em; }

#splash {
	background: url('../graphics/background.jpg') center center no-repeat;
	height: 654px;
	position: relative;
}
#splash article {
	position: absolute;
	left: 170px;
	top: 170px;
	width: 225px;
}

#support {
	text-align: center;
}