body {
	background-color: #392F6D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#container {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	max-height:none;
	max-width:none;
	background-color: #392F6D;
}
#content {
	height: 400px;
	width: 600px;
	margin-left: -300px;
	position: absolute;
	left: 50%;
	top: 20px;
	overflow: hidden;
	visibility: visible;
	background-image: url(../hg_main.jpg);
	background-repeat: no-repeat;
}
#main {
	height: 300px;
	width: 500px;
	position: absolute;
	left: 50px;
	top: 50px;
	overflow: hidden;
	visibility: visible;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	list-style-position: outside;
	list-style-type: square;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;

