@charset "utf-8";
/* CSS Document */

.wrapper{
	width:350px;
	height:468px;
}

.topbanner{
	width:350px;
	height:105px;
	background:url(../images/topbanner.png) no-repeat;
	text-align:right;
}

.midbanner{
	width:350px;
	height:108px;
	background:url(../images/midban.jpg) no-repeat;
}

.bodyarea{
	width:350px;
	height:229px;
	background:url(../images/midimg.jpg) repeat-y;
}

.links{
	width:290px;
	padding:30px 30px 57px 48px;
	height:38px;
}

.links ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.links li{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	width:auto;
	height:38px;
}

.links li a img{
	border:none;
}

.links li.sep{
	width:27px;
	background:url(../images/sep.jpg) no-repeat center;
	height:38px;
}

.btmimg{
	width:350px;
	height:26px;
	background:url(../images/btmimg.png) no-repeat;
}


#sponsorAdDiv {position:absolute; height:1; width:1px; top:0; left:0;}
        .overlay{
            position:absolute; position:fixed; width:100%; height:100%; top:0px; left:0px; background-color:#DDD; display:block;
            filter:alpha(opacity=80); -moz-opacity:0.8;	-khtml-opacity: 0.8; opacity: 0.8; z-index:100;
        }
        .hard_warnning{ font-family:Arial, Helvetica, sans-serif; font-size:16px;  color:#FF0000; text-align:center;}
        .soft_warnning{ font-family:Arial, Helvetica, sans-serif; font-size:12px;  color:#999; text-align:center;}
