html {
	background-color: #161616;
	font-family: "Helvetica Neue", Helvetica, Ariel, Geneva, sans-serif;
	color: #330000;
}
img, div, ol, ul, li { 
	behavior: url(iepngfix.htc)
}
img.banner {
	width: auto;
	height: auto;
	position: relative;
	top: 432px;
	left: 17px;
	z-index: 3;
	border-style: none;
}
h1.opening {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin: 9px 0 0;
	color: white;
	position: absolute;
	top: 575px;
	left: 0;
}

/**------rollover effect--------**/
div.enter {
	width: 466px;
	height: 138px;
	position: absolute;
	top: 409px;
	right: 66px;
}
.enter img {
	height: 138px; width: 466px;
	border-style: none;
}

.enter a:hover img {
	width: 466px;
	height: 138px;
	border-style: none;
	background-image: url(images/enter_ro.png);
}
/**------end rollover effect--------**/

div.outside {
	width: 980px;
	height: 650px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(images/back_inside.jpg) no-repeat;
	margin-top: 10px;
	padding-top: 8px;
}
div.open {
	position: relative;
	margin: 3px auto 0;
	padding: 0;
	width: 850px;
	height: 600px;
	background: url(images/back_open.jpg) no-repeat;
}
