:focus {outline:none;}

body {
	background:#022042 url(../_i/enter_bg2.jpg) no-repeat top center;
	text-align:center;
	padding-top:220px;
}

.option-screen {
	width:546px;
	height:230px;
	overflow:hidden;
	margin:0px auto;
}
.transparent-option-screen {
	background:url(../_i/transparent_bg.png) no-repeat;
	width:546px;
	height:230px;
	margin-top:-250px;
	padding-top:40px;
	position:relative;
	overflow:hidden;
}
.click {
	background-position:0px 0px;
	width:192px;
	display:block;
	height:52px;
}
.click-yes {
	background-image:url(../_i/yes.png);
	float:left;
}
.click-no {
	background-image:url(../_i/no.png);
	float:right;
}
.click.over1 {
	background-position:0px -52px;
}


.band {
	background-position:0px 0px;
	width:152px;
	display:block;
	height:92px;
}
.band-low {
	background-image:url(../_i/low_band.png);
	float:left;
}
.band-hi {
	background-image:url(../_i/high_band.png);
	float:right;
}
.band.over2 {
	background-position:0px -92px;
}

.buttons {
	width:397px;
	margin:0px auto;
	margin-top:25px;
}
.connections {
	width:320px;
	margin:0px auto;
	margin-top:35px;
}

#content-age-check {
	margin-top:-400px;
	position:absolute;
	width:546px;
	z-index:9;
	left:0px;
}
#content-connection-check {
	margin-top:-400px;
	position:absolute;
	width:546px;
	z-index:10;
	left:0px;

}

#error {background:#000; display:none; position:absolute; left:0px; top:0px; z-index:10;}
#error_msg {position:absolute; z-index:11;display:none; left:0px; top:0px; width:100%;}

a img {border:0;}
#footer {width:100%; background:#000000;position:absolute; bottom:0; left:0;height:28px;text-align:center; overflow:hidden;}
