body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.container {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.banner {
	position: relative;
	width: 500px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
.bg {
	position: relative;
	width: 800px;
	height: 500px;
	margin-left: 0px;
	margin-right; auto;
}
.content {
	position: absolute;
	width: 500px;
	height: 460px;
	top: 120px;
	left: 300px;
	overflow: auto;
}
.copy {
	text-align: center;
	font-size: 10pt;
}
a:link {
	text-decoration: none;
	color: #AAAAAA;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #AAAAAA;
}
#head {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	display: block;
}
