* {
	margin: 0;
	padding: 0;
}
body {
	background: #070707;
	color: #fff;
	font: .9em "Arial", sans-serif;
}
#wrapper {
   width: 570px;
   height: 400px;
   text-align: center;
   vertical-align: middle;
   margin-top: -200px;
   margin-left: -285px;
   position: absolute;
   top: 50%;
   left: 50%;
}
#enter {
	width: 570px;
	height: 316px;
	color: #eee; /*avoid w3c warning*/
	background: transparent url(../images/sep_vr.gif) no-repeat 50% 90%;
}
#enter h1 { /*http://phark.typepad.com/phark/2003/08/accessible_imag.html/*/
	height: 44px;
	background: transparent url(../images/logo_enter.gif) no-repeat center top;
	text-indent: -9000px;
}
#enter h2 {
	margin-top: 5px;
	height: 11px;
	background: transparent url(../images/h2_enter.gif) no-repeat right top;
	text-indent: -9000px;
	font-size: .1em; /*IE*/
}
#enter p a {
	font: .8em "Tahoma", sans-serif;
	text-decoration: none;text-decoration: none;
	color: #fff;
	background: #666;
	padding: 1px 5px;
	margin: 0 5px;
}
#enter p a:link,
#enter p a:visited {
}
#enter p a:hover {
	color: #222;
	background: #ccc;
}

div#flash_vr,
div#html_vr {
	width: 255px;
	height: 160px;
	margin: 10px auto 0;
	padding: 10px;
	position: relative;
}
div#flash_vr {
	text-align: right;
	float: left;
}
div#html_vr {
	text-align: left;
	float: right;
}
p#select {
	font-weight: bold;
	margin-top: 10px;
	background: transparent url(../images/sep_hz.gif) no-repeat top;
	line-height: 2.3em;
}
a.enter_site {
	display: block;
	width: 80px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	font: 1.2em/2em "Arial", "Tahoma", sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	/*left: 10px;*/
}
a.enter_site:link,
a.enter_site:visited {
	color: #48A3B1;
	background: #f4f4f4;
	border: 1px #3E828D solid;
}
a.enter_site:hover {
	color: #fff;
	background: #48A3B1;
	border: 1px #fff solid;
}
div#flash_vr a.enter_site {
	left: 180px;
}
div#html_vr a.enter_site {
	left: 10px;
}
acronym {
	border-bottom: 1px #ccc dotted;
}
/**/
#footer {
	color: #fff;
	position: relative;
	bottom: 0px;
	width: 570px;
	margin: 10px auto;
	font-size: .8em;
}

