body { 
	overflow: auto;
	background: #000;
	color: #969494;
}

a {
    text-decoration: none;
	color: #ccc;
}

ul {
	margin: 0; padding: 0;
	list-style: none;
}

abbr {
	text-decoration: none;
	border: 0;
}

#hh {
	position: absolute;
	width: 1200px; height: 775px;
	left: 50%; top: 50%;
	margin: -387px 0 0 -600px;
	background: url("../images/frame.jpg") no-repeat;
}

#hold {
	font-size: 0;
	overflow: hidden;
	margin: 152px 0 0 138px;
	width: 920px; height: 435px;
}

#preload { display: none; }

#navDiv {
	z-index: 2;
	position: absolute;
	margin: 407px 0 0 8px;
}

#navDiv a { 
	background-color: #222;
	position: relative;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin: 5px;
}

#navDiv a:hover {
	background: #7e0000;
}

.highlight {
	background-color: #b80000 !important;
}

#info, #stuff {
	display: inline;
	font: small-caps 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 25px 140px;
}

#info a:hover, #stuff a:hover {
	color: #b80000;
}

#info {
	float: right;
	text-align: right;
}

#stuff {
	float: left;
}

#reel {
	color: #ce9817;
}

.hideMe {
	display: none;
}
