@charset "utf-8";
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #556674;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body, html {height: 100%;}

#levels {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -317px; /* half of height for mainwrapper */
	text-align: center;
	min-width: 1050px; 
	background: url(../wildimages/head_bg.jpg) repeat-x;
}
#backside {
	background: transparent url(../wildimages/totalbg.jpg) no-repeat scroll 50% 87px;
	height: auto !important;
	margin:0pt auto;
	min-height: 460px;
	width: 100%;
}
#mainwrapper {
	position: relative;
	text-align: left;
	width: 832px;
	height: 547px; /* double of margin-top for levels  */
	margin: 0px auto;
}
#maincontent {
	height: 460px;
	width: 1050px;
	display: inline;
	padding: 0px;
	margin: 0px;
	border: 0px;	
}
#wildeye {
	height: 460px;
	text-align: left;
	float: left;
	display: inline;	
}
#wildeye img{
	display: block;	
}
#hostbox {
	float: left;
	outline: none;
	height: 460px;
	width: 438px;
}
#hostbox.white {
	float: left;
	outline: none;
	height: 100%;
	width: 418px;
	background-color: #FFFFFF;
	padding-left: 20px;
	line-height: 24px;
}
#bottombit {
	margin: 0px auto;
	height: 99px;
}
#bottombit.white {
	margin: 0px auto;
	width: 832px;
	background: url(../wildimages/foot6.jpg) no-repeat;
}
.rtfloat {
	float: left;
	display: inline;
}
.access {
	 position:absolute; 
	 left:0; 
	 top:-500px; 
	 width:1px; 
	 height:1px; 
	 overflow:hidden;
}
.clearfloat {
	clear: both;
	height: 0;
    font-size: 1px;
    line-height: 0px;
}