@charset "utf-8";

@import url(reset.css);
@import url(text.css);

html, body{
	height:100%;
} 
/* end hack */

html, body {
	margin:0;padding:0
}

#outer{
	min-height:100%;
	height:100%
}
* html #outer{
	height:100%;
}/* ie6 and under*/

html {
	overflow: auto;
}

body {
	text-align:center;
	background-color:#262626;
	margin-left:1px;
	background-image:url(../img/back_vert.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:960px;
}

#banner_back {
	position: absolute;
	background-image:url(../img/back_banner.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	text-align: center;
	min-width: 960px;
	padding:17px 0 0 0;
}

#logo {
	position:absolute;
	top:3px;
	left:0px;
	width:642px;
	padding:14px 0 0 318px;
	z-index:1;
}

#main {
	float:left;
	width: 960px;
	padding:108px 0 0 0;
}

#hidden {
	visibility:hidden;
	height:1px;
	width:1px;
	margin: 0 0 0 0 !important;
	text-indent:-9000px;
}

#introflash {
	float:left;
	text-align:center !important;
	width:960px;
	height:233px;
	padding:0;
	margin:0;
}

#enter {
	float:left;
	margin:0 auto;
	width:546px;
	height:48px;
	padding:0 0 0 414px;
	margin:0 0 0 0;
}

/* HIDE MENU */
#top_nav {
	width:1px;
	height:1px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

	#top_nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#top_nav li {
		float:left;
		margin: 0 0 0 0;
	}
	
	#top_nav li a {
		float:left;
		border: 0;
		text-decoration:none;
		display:block;
		margin: 0 0 0 0 !important;
		text-indent:-9000px;
	}

	/* ENTER BUTTON */
#enterb {
	width:133px;
	height:48px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

	#enterb ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#enterb li {
		margin: 0 0 0 0;
	}
	
	#enterb li a {
		border: 0;
		text-decoration:none;
		display:block;
		margin: 0 0 0 0 !important;
		text-indent:-9000px;
	}
	
	#enterb #nav_ent {
		background-image:url(../img/enter.jpg);
		background-repeat:no-repeat;
		width:133px;
		height:48px;
	}
	
	#enterb #nav_ent:hover {
		background-position: 0 -48px;
	}
	
#footer {
	float:left;
	text-align:center;
	width:960px;
	padding:30px 0 0 0;
}

.copyrighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.7em;
	color: #cccccc;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}
