html {
	height: 101%;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/eternity-bg.jpg) repeat left top #151515;
	margin: 10px;
	padding: 0;
	text-align: center; 
	color: #fff;
}
a , img, embed, object, div{
	outline: none;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #ccc;
}
a img {
	border: 0px;
}
#nav a {
	color: #a5a5a5;
}
#nav a.navactive {
	color: #bf9565;
}
a.skip {
	color: #fff;
	font-weight: bold;
}
a.skip:hover {
	text-decoration: none;
	color: #bf9565;
}
a.extlink {
	color: #bf9565;
}
#tallbg {
	width: 100%;
	height: 686px;
	background: url(../images/eternity-tall-bg.jpg) repeat-x left top;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:1;
}
#wrapper {
	position: relative;
	z-index:2;
	width:900px;
	text-align: left;
	margin: 0 auto;
}
	#header {
		
	}
		#logo  {
			padding-left: 5px;
		}
		#nav {
			padding-left: 33px;
			height: 20px;
			font-size: 10px;
		}
			#nav .navspacer {
				display: inline;
				color: #666;
				padding: 0px 4px;
			}
			#nav .navwidespacer {
				display: inline;
				color: #666;
				padding: 0px 12px;
			}
	#central {
		position:relative;
		min-height: 381px;
				height:auto !important;
  				height:381px;
	}
	#centraltext {
		width: 840px;
		min-height: 341px;
		height:auto !important;
  		height:341px;
		padding:20px 30px;
		border: solid 1px #616161;
		background: #151515 url(../images/selection-bg.png) left top repeat-x;
	}
		#centralflashwrap {
			width: 900px;
			height: 381px;
			position:absolute;
			left:0px;
			top:0px;
		}
			#centralflash {
			width: 900px;
			height: 381px;
			position:absolute;
			left:0px;
			top:0px;	
			}
			#centralnoflash {
			width: 892px;
			height: 373px;
			position:absolute;
			left:0px;
			top:0px;
			border: solid 1px #616161;
			background: #151515 url(../images/selection-bg.png) left top repeat-x;
			padding-left: 8px;
			padding-top: 8px;
			}
				.selection {
					float:left;
					border: solid 1px #616161;
					margin-right: 3px;
				}
					#sel1 {
						position: absolute;
						left: 0px;
						top: 0px;
					}
					
			.ahighlight {
				color:#bf9565;
				font-weight: bold;
				font-size: 13px;
			}
	#footer {
		padding-left: 33px;
		padding-top: 8px;
		font-size: 10px;
	}
	.skiparrow {
		display: inline;
		position: relative;
		top : 1px;
		padding-left: 8px;
	}
.floatleft {
	float: left;
}
.floatright {
	float: right;
	margin-right: 33px;
	white-space: nowrap;
}
.grey {
	color: #666;
}
.cleardiv {
	clear: both;
	font-size: 1px;
	height: 3px;
}	