/*html { margin: 0; padding: 0; border: 0 transparent none; overflow: hidden; }*/

body {
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #FFE866;
	background: #090000;
	margin: 0; padding: 0; border: 0 transparent none;
}

#enter .horizon { position: absolute; left: 0; width: 100%; position: absolute; top: 50%; left: 0; height: 1px; overflow: visible; display: block; }
#enter .center { position: absolute; top: -125px; width: 100%; height: 250px; display: block; }
#enter a {
	text-align: center;
	margin: 0 auto;
	color: #FFE866;
	text-decoration: none;
	display: block;
	width: 99%;
}
#enter a:hover { font-weight: bold; }
#enter a img { border: 0 none; }

#header {
	position: absolute;
	top: 0; left: 0;
	margin: 20px 0;
	padding: 0;
	width: 100%;
	height: 105px;
	text-align: center;
	overflow: hidden;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header div {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#lnav {
	position: absolute;
	top: 145px; bottom: 108px;
	left: 0;
	width: 110px;
	overflow: hidden;
}
#lnav table {
	text-align: left;
	vertical-align: middle;
	height: 100%;
	width: 110px;
}
#lnav a {
	display: block;
	color: #FFE866;
	text-decoration: none;
}
#lnav a:hover, #lnav a.active {
	font-weight: bold;
}

#content {
	position: absolute;
	top: 145px; bottom: 108px;
	left: 110px; right: 110px;
	overflow: auto;
}
#content table {
	text-align: center;
	vertical-align: middle;
	overflow: scroll;
	height: 100%;
	width: 100%;
}
#content a {
	color: #9D521F;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content a.prevnext {
	color: #FFE866;
	text-decoration: none;
	font-size: 40px;
}
#content a.prevnext:hover {
	font-weight: bold;
	margin: 0 -1px;
	text-decoration: none;
}

#rnav {
	text-align: right;
	overflow: hidden;
	width: 110px;
	height: 100%;
}

#thumbs {
	margin: 2px 0 0 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 106px;
	background: #090000 url(bar.png) 0px 42px repeat-x;
	overflow: auto;
}
#thumbs table {
	border: 0 none;
	border-collapse: collapse;
	height: 85px;
	margin: 0;
	overflow: hidden;
}
#thumbs table td {
	border: 0 none;
	vertical-align: middle;
	padding: 0 8px;
}
#thumbs table td.spacer {
	width: 0px; overflow: hidden;
	padding: 0 125px 0 0;
}
#thumbs table td img {
	border: 2px solid #9D521F; /*reddish brown*/
}