body {
	background: black url(images/bg.gif) repeat-y fixed;
	color: white;

	margin: 0px;
	padding: 0px;
	width: 800px;
	min-width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/hoh.jpg) no-repeat top center;
	width: 800px;
	height: 185px;/*75px;*/
}

#header h1 {
	visibility: hidden;
	display: none;
}

#main {
	background: black;
	color: white;
	width: 600px;
	padding-top: 320px;/*210px;*/
	margin-left: 100px;
}

#main h1 {
	text-align: center;
}

#main h2 {
}

#main em {
	font-weight: bold;
}

a {
	color: white;
}

a:visited {
	color: white;
}

a:link {
	color: white;
}

a:hover {
	color: yellow;
	text-decoration: none;
}

div.movie_frame img {
	margin-right: 15px;
}

#footer {
	background: #222222;
	width: 580px;

	margin: 0px 0px 10px 100px;
	padding: 10px;

	font-size: .60em;
	text-align: center;
	border-top: 2px white solid;
}

#footer a {
	font-family: arial;
	text-align: center;
	font-weight: bolder;
}

#footer a:visited {
	color: white;
}

#footer a:link {
	color: white;
}