body, html {
	height: 100%;
}
body { 
	margin: 0;
}
div#container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	left: expression(this.parentNode.clientWidth/2 - this.clientWidth/2 + " px");
	top: expression(this.parentNode.clientHeight/2 - this.clientHeight/2 + " px");
	width: 900px;
	height: 70%;
}
div#logo {
	float: left;
	width: 310px;
	height: 400px;
}
div#splash {
	float: right;
	width: 590px;
	height: 400px;
	vertical-align: middle;
}
ul#menu {
	list-style: none;
	margin: 70px 0 0 0;
	padding: 0;
}
ul#menu li {
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: 700;
}
ul#menu li a {
	display: block;
	width: 100%;
	height: 70px;
	text-decoration: none;
	color: #000;
	padding: 20px;
	border-bottom: 1px dotted #aaa;
}
ul#menu li a:hover {
	background: url('images/stripes.png');
}
ul#menu li span.little {
	font-weight: normal;
	padding: 0;
	font-size: 12px;
	color: #aaa;
}
div#footer {
	width: 100%;
	height: 60px;
	background: url('images/stripes.png');
	border-top: 1px dotted #aaa;
	position: absolute;
	bottom: 0;
}
div#footer p {
	color: #aaa;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 23px;
	margin: 0;
	text-align: center;
}
div#footer p a {
	color: #aaa;
	text-decoration: none;
}
div#footer p a:hover {
	text-decoration: underline;
}
div#roster, div#tech {
	display: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 13px;
	padding-left: 20px;
}
div#roster h2, div#tech h2 {
	font-size: 16px;
	margin: 6px 0;
}
div#roster table td, div#tech h2 {
	text-align: left;
}
div#tech {
	line-height: 150%;
}
div#tech h2 {
	padding-top: 4px;
}
a {
	text-decoration: none;
}
a.link {
	color: #aaa;
}
span.info {
	font-size: 11px;
	color: #aaa;
	padding-left: 5px;
}
a:hover span.info {
	text-decoration: underline;
}
