body {
	padding: 0;
	margin: 0;
	background: url(logo/hgm_logo_150x118.png) top left black;
	background-repeat: no-repeat;
}

.container {
	margin-left: 150;
	margin-top: 0;
	padding: 15px;
	width: 660px;
	height: 95%;
	background: #222222;
	color: #FFFF80;
}

.go_home {
	position: absolute;
	left: 10px;
	top: 400px;
}
.go_home a {
	color: gold;
	font-family: "Arial Black", sans-serif;
	font-size: 14px;
}

.sub_head {
	border-bottom: 1px solid yellow;
	font-weight: bold;
	text-align: center;
	font-size: 16pt;
	letter-spacing: 20px;
}

.section_end {
	height: 20px;
}

.hider { display: none; }


