body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;
	margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;
	width:100%;
	font-family: "lr oSVbN", "lr SVbN", 'Arial', 'Tahoma', sans-serif;
}
#bgimg {
	position:absolute;
	z-index: -1;
}
#realBody {
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
	background: url('../img/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
}
/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/

#exampleDiv {
	width:100%;
	background:#000;
	position:absolute;
	top: 50px;
	text-align:center;
	padding:10px 0;
}
#exampleDiv a {
	color:#fff;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
}
#exampleDiv a:hover {
	background:#fff;
	color:#000;
}
#title_box {
	background-color:#000000;
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
	width:400px;
	height:400px;
	text-align:center;
	z-index:-100;
}
#title_box h1 {
	margin:10px auto;
	font-weight:bold;
	font-size:70px;
	color:#FFFFFF;
	clear:both;
	indent:-10000px;
}
#title_box h2 {
	margin:10px auto;
	font-weight:bold;
	font-size:30px;
	color:#FFFFFF;
	clear:both;
}
#title_box h3 {
	margin:10px auto;
	font-weight:bold;
	font-size:50px;
	color:#FFFFFF;
	clear:both;
}
h1 {
	text-indent: -9999px;
}
#enter_box_a,#enter_box_b,#enter_box_c{
	position:absolute;
	bottom:15%;
	background-color:#000000;
	width:100%;
	margin:0px;
	padding:15px 0px;
	text-align:center;
	font-size:40px;
	display:block;
}

#enter_box_d{
	position:absolute;
	bottom:10%;
	background-color:#000000;
	width:100%;
	margin:0px;
	padding:15px 0px;
	text-align:center;
	font-size:40px;
	display:block;
}
 
 
 
/* wi߁ */

/* ver_a */
#enter_box_a {
	background:url(../img/enter_box_bg_a.png) repeat left top;
	text-align:center;
}
#rollover_a {
	width:192px;
	height:43px;
	display:block;
	margin:0px auto;
	text-indent: -9999px;
}
a#rollover_a:link {
	background:url(../img/btn_enter_a.png) no-repeat center top;
}
a#rollover_a:visited {
	background:url(../img/btn_enter_a.png) no-repeat center top;
}
a#rollover_a:hover {
	background:url(../img/btn_enter_a_on.png) no-repeat center top;
}
a#rollover_a:active {
	background:url(../img/btn_enter_a_on.png) no-repeat center top;
}


/* ver_b */
#enter_box_b {
	background:url(../img/enter_box_bg_b.png) repeat left top;
	text-align:center;
}
#rollover_b {
	width:192px;
	height:39px;
	display:block;
	margin:0px auto;
	text-indent: -9999px;
}
a#rollover_b:link {
	background:url(../img/btn_enter_b.png) no-repeat center top;
}
a#rollover_b:visited {
	background:url(../img/btn_enter_b.png) no-repeat center top;
}
a#rollover_b:hover {
	background:url(../img/btn_enter_b_on.png) no-repeat center top;
}
a#rollover_b:active {
	background:url(../img/btn_enter_b_on.png) no-repeat center top;
}


/* ver_c */
#enter_box_c {
	background:url(../img/enter_box_bg_c.png) repeat left top;
	text-align:center;
}
#rollover_c {
	width:192px;
	height:49px;
	display:block;
	margin:0px auto;
	text-indent: -9999px;
}
a#rollover_c:link {
	background:url(../img/btn_enter_c.png) no-repeat center top;
}
a#rollover_c:visited {
	background:url(../img/btn_enter_c.png) no-repeat center top;
}
a#rollover_c:hover {
	background:url(../img/btn_enter_c_on.png) no-repeat center top;
}
a#rollover_c:active {
	background:url(../img/btn_enter_c_on.png) no-repeat center top;
}


/* ver_d */
#enter_box_d {
	background:url(../img/enter_box_bg_d.png) repeat left top;
	text-align:center;
}
#rollover_d {
	width:192px;
	height:43px;
	display:block;
	margin:0px auto;
	text-indent: -9999px;
}
a#rollover_d:link {
	background:url(../img/btn_enter_d.png) no-repeat center top;
}
a#rollover_d:visited {
	background:url(../img/btn_enter_d.png) no-repeat center top;
}
a#rollover_d:hover {
	background:url(../img/btn_enter_d_on.png) no-repeat center top;
}
a#rollover_d:active {
	background:url(../img/btn_enter_d_on.png) no-repeat center top;
}
