body {
	background: url(img/bg.png) repeat 0 0 #333333;
	margin: 0;
	color: white;
	font-family: 'Microsoft Yahei',Arial, "Hiragino Sans GB","WenQuanYi Micro Hei","WenQuanYi Zen Hei","Microsoft Jhenghei",STHeiti,PMingLiU,Simsun, Arial Unicode MS, verdana, sans-serif;
	font-size: 12px;
}
a {
	color: white;
	text-decoration: none;
}
h2 {
	margin: 60px 0 60px 0;
}
strong {
	background: #008FFF;
	text-shadow: #000000 1px 1px 2px;
	padding: 0 4px 0 4px;
	font-weight: 300;
}
#navbar {
	position: fixed;
	width: 100%;
	height: 40px;
	background: url(img/bars.png) repeat-x #008FFF;
	background-position: 0 -280px;
	box-shadow: #222222 0 3px 6px;
	font-size: 14px;
	z-index: 99;
}
#navbar img {
	display: block;
	float: left;
	height: 200%;
	margin: -10px 0;
}
#navbar img:hover {
	-webkit-transform: rotate(-3deg);
}
#navbar ul {
	display: block;
	padding: 0;
	margin: 0px 1px;
	text-shadow: #333333 1px 1px 1px;
}
#navbar li {
	display: inline;
	*padding: 20px 20px 10px 20px;
	padding: 1px 15px 2px 15px;
	line-height: 40px;
}
#navbar li:hover {
	background: rgba(0,0,0,0.4);
	background: black filter:alpha(opacity=40);
	border-radius: 5px;
	box-shadow: rgba(255,255,255,0.4) 1px 1px 0px;
}
#about {
	position: relative;
	margin: 0;
	width: 100%;
	*background: rgba(0,0,0,0.4);
	*background: black filter:alpha(opacity=40);
	*border-radius: 6px;
	*border: #666666 1px solid;
	z-index: 99;
}
#page {
	padding: 90px 50px 50px 50px;
}
#page ul {
	list-style: square;
}
#page li {
	line-height: 25px;
}
#jindu {
	position: fixed;
	width: 80%;
	height: 100%;
	right: 0;
	top: 40px;
	*background: rgba(0,0,0,0.5);
	z-index: 1;
	padding: 30px;
}
#infos {
	height: 80px;
}
#infos p {
	background: #bbbbbb;
	box-shadow: #111111 1px 1px 0;
	padding: 20px;
	border-radius: 5px;
	position: absolute;
	color: #333333;
}
#infos p:after {
	content:'';
	position: absolute;
	width: 0;
	height: 0;
	top: 45px;
	right: 4px;
	border: 10px solid;
	border-color: transparent #bbbbbb transparent transparent ;
}
#mainbar {
	display: none;
	margin-left: 100%;
	width: 0%;
	height: 30px;
	background: #888888;
	line-height: 30px;
	text-align: right;
	padding: 0 20px 0 0;
	border-radius: 5px;
	border: 1px solid #999999;
	box-shadow: #111111 1px 1px 0;
	color: #00FF00;
	overflow: hidden;
}
#nowbar {
	margin-left: 100%;
	display: none;
	width: 0%;
	right: 0;
	position: absoulte;
	margin-top: -32px;
	overflow: hidden;
	height: 30px;
	color: white;
	text-shadow: white 0 0 3px;
	line-height: 30px;
	background: #FF0000;
	box-shadow: #FF0000 0 0 10px;
	border: 1px solid #ff491b;
	padding: 0px 20px 0px 0px;
	border-radius: 5px;
	text-align: right;
}
#ossd {
	display: none;
}
#oline {
	display: none;
}
#donatelist {
	margin: 20px;
	padding: 20px;
	background: rgba(0,0,0,0.15);
	background: black filter:alpha(opacity=15);;
	border-radius: 8px;
	width: 50%;
	margin-left: 50%;
	overflow: hidden;
	text-shadow: black 1px 1px 1px;
	display: none;
}
#donatelist table {
	width: 100%;
}
#donatelist th {
	text-align: left;
	min-width: 50px;
	line-height: 30px;
	background: url(img/bars.png) repeat-x #008FFF;
	background-position: 0 -280px;
	*background: url(img/bg.png) repeat 0 0 #333333;
	padding: 0 0 0 10px;
}
#donatelist td {
	text-align: right;
	font-size: 13px;
	line-height: 23px;
	background: url(img/bg.png) repeat 0 0 #333333;
	padding: 0 10px 0 0;
	text-shadow: black 1px 1px 0px;
	margin-top: 1px;
	font-family: 'OCR A Std','Minecraft Yahei';
}
.agree {
	margin-left: 30px;
	width: 250px;
	height: 45px;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	background: #CCCCCC;
	box-shadow: #111111 1px 1px 10px;
	font-family: 'Microsoft Yahei';
}
.agree:hover {
	background: url(img/bars.png) repeat-x #008FFF;
	border: 1px solid #008FFF;
	color: white;
	box-shadow: #008FFF 1px 1px 6px;
}
#closeinfo {
	display: none;
}