html {
	background-color: black;
	font-family: "Helvetica Neue", Helvetica, Ariel, Geneva, sans-serif;
	color: white;
}
img, div, ol, ul, li { 
	behavior: url(iepngfix.htc)
}
img#main_banner {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 430px;
	left: 229px;
}
div#outside {
	width: 1000px;
	height: 680px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(images/background.jpg) no-repeat;
	margin-top: 5px;
	padding: 0;
}


div#inside_sh {
	width: 922px;
	height: 624px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	padding: 0;
	margin: 0;
	background: url(images/back_mainshad.png) no-repeat;
	top: 10px;
	left: 40px;
}
div#inside {
	width: 899px;
	height: 605px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	padding: 0;
	margin: 0;
	background: url(images/back_open.jpg) no-repeat;
	top: 17px;
	left: 50px;
}

div#open_text {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 93px;
	left: 47px;
	visibility: hidden;
}
p {
	color: white;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}




img {
	border-style: none;
}


h1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 9px 0 0;
	color: #404040;
	position: absolute;
	top: 221px;
	left: 88px;
	text-align: right;
}
/**------rollover effect--------**/
div.enter {
	width: 264px;
	height: 68px;
	position: absolute;
	top: 479px;
	left: 359px;
}
.enter img {
	width: 264px;
	height: 68px;
	border-style: none;
}

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



