html {
	height: 100%;
	overflow: hidden;
}
body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: black no-repeat;
	background-position: 0 1200px;
}
a:link {
	color: white;
}
a:visited {
	color: #999;
}
a:active {
	color: #666;
}
#getflash {
	font-family: geneva, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	padding-top: 250px;
	color: white;
}
#logo {
	margin: 40px;
	width: 277px;
	height: 57px;
	display: block;
}
#logo span {
	display: none;
}
#logo img {
	border: 0;
}
#sub-container {
	position: absolute;
	top: 1200px;
	width: 900px;
}
#footer {
	position: absolute;
	background-color: white;
	padding: 10px;
	bottom: 30px;
	left: 30px;
}
#contactDialog {
	display: none; /* this dialog doesn't really make sense anymore */
	padding: 10px;
	width: 160px;
	height: 240px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	background-color: white;
}
#navigation {
	width: 250px;
	float: left;
	margin: 0;
}
#content {
	background-color: white;
	width: 550px;
	height: 600px;
	overflow: auto;
	float: left;
	padding: 0 20px;
}
#content ul {
	padding: 0;
	list-style: none;
}
