*{
	margin:0;
	padding:0;
}
body{
	background-color:#E3E0DB;
}
.enterpage{	
	background:#FFFFFF url(frame5_left_bg.jpg) no-repeat left top;
	width:635px;
	height:400px;
	position:absolute;
	top:50%;
	margin-top:-200px;
	left:50%;
	margin-left:-318px;
}
.wrap{
	position:relative;/*position base*/
	background:url(frame5_right_bg.jpg) no-repeat right top;
	height:400px;
	width:635px;
}
.body{
	background:url(frame5_top_bg.jpg) no-repeat left 8px;
	width:618px;
	height:395px;
	margin-left:8px;
}
.title{
	position:absolute;
	top:110px;
	left:90px;
	height:40px;
}
.title h1{
    font:bold 34px "ºÚÌå";
    color:#FFCC00;
    letter-spacing:4px;
     width:540px;
	filter: Shadow(Color=#5695D6, Direction=80);
}
.enter{
	height:109px;
	background:url(frame5_bottom_bg.jpg) repeat-x;
	position:absolute;
	bottom:0;
	width:620px;
	margin-bottom:8px;
}
.enter a,.enter a:visited{
	text-decoration:none;
	display:block;
	margin-top:10px;
}
.enter a:hover{
	cursor:hand;
}
.enter a span{
	font-size:20px;
    font-weight:bold;
    color:#000000;
	display:block;
	height:46px;
	width:100px;
	margin:0 auto;
	background:url(frame5_enter_bg.jpg) no-repeat;
	padding-left:65px;
    letter-spacing:3px;
    padding-top:20px;
}
.copyright{
	position:absolute;
	bottom:30px;
}
.copyright span{
	display:block;
	width:620px;
	text-align:center;
	font-size:12px;
}
.copyright span a:link,.copyright span a:visited{text-decoration:none;color:#000;}
.copyright span a:hover{text-decoration:underline;color:#ffc;}