@charset "UTF-8";


html,
body{
	height:100%;
	width:100%;
	position:relative;
}

body {
	background:#000;
}



div {
	background:url(../images/enter_bg.jpg) 50% 50% no-repeat;
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
	z-index:10;
}

div a {
	position:absolute;
	display:block;
	text-indent:-9999em;
}

div a#enter {
	width:224px;
	height:202px;
	margin:0 auto;
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	margin:-101px 0 0 -112px;
	background:url(../images/enter.png) 0 0 no-repeat;
	behavior:url(/common/script/iepngfix.htc);
}




