*
{
	margin:0;
	padding:0;
	border:0;
}

body
{
	background:#FFF;
	font:"ËÎÌå",Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	height:100%;
}

#top
{
	height:100px;
	width:100%;
}

#top img
{
	float:left;
}

#top ul
{
	list-style:none;
	float:right;
	margin-top:20px;
}

#top ul li
{
	float:left;
}

#navi
{
	margin:20px auto;
	width:90%;
	color:#369;
	font-weight:bold;
}

#navi a
{
	color:#369;
	font-weight:bold;
}

#middle
{
	width:100%;
}

#bottom
{
	clear:both;
	width:100%;
	height:60px;
	border-top:10px solid #36C;
	font-size:12px;
	color:#666;
	text-align:center;
	line-height:50px;
}

.hide
{
	display:none;
}

#mask
{
	position:absolute;
	top:0;
	left:0;
	background:#000;
}

#info
{
	position:absolute;
	z-index:1000;
	background:url(../Images/bg_info.gif) no-repeat;
	width:400px;
	height:150px;
	text-align:center;
	color:#333;
}

#info a
{
	color:#369;
}

#info h1
{
	margin-bottom:25px;
	width:100%;
	height:30px;
	text-align:right;
}

#close
{
	width:26px;
	height:25px;
	margin:2px 5px 0 0;
}

#warn
{
	position:absolute;
	z-index:999;
	width:400px;
	height:150px;
	border:2px solid #666;
	background:#FFF url(../Images/bg_warn.gif) no-repeat 20px 20px;
	text-align:center;
	color:#333;
}

#warn span
{
	width:60%;
	display:block;
	margin:50px auto 20px auto;
}

#warn a
{
	color:#369;
}