#bg_image {
width: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}
#banner_image {
margin-left: auto;
margin-right: auto;
width: 500px;
}
#contents {
position:absolute;
width:98%;
height:98%;
z-index:2;
color: white;
margin: 0;
}
#centeredcontents {
margin-left: auto;
margin-right: auto;
width: 780px;
}
#bg_darkness {
filter: alpha(opacity=70);
opacity:.7;
background-color: #000000;
color: #ffffff;
position: absolute;
z-index: 1;
text-align: center;
}
#bg_inner_darkness {
width: 780px;
margin-left: auto;
margin-right: auto;
}
.style1 {
	background-color: #000000;
	opacity: .7;
}
.style1 {
	width: 780px;
	height: 400px;
}
#the_darkn {
position: absolute;
z-index: 1;
left: 0px;
top: 0px;
width: 100%;
bottom: 0px;
}
#the_darkn p {
	background-color: #000000;
	width: 780px;
	margin: 0px auto;
	opacity: .9;
	height: 100%;
}
#contenter {
	top: 239px;
	bottom: 20px;
	position: absolute;
	left: 50%;
	margin-left: -360px;
	z-index: 2;
}
html {
	overflow: none;
}

