@charset "utf-8";
/* 代码整理：易站站长网 www.yizhanzzw.com */
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background-color: #eee;
	position: relative;
	min-height: 300px;
}
body * {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}
#wrapper {
	background-color: #fff;
	border-top: 1px solid #ccc;
	width: 100%;
	height: 50%;
	margin-top: -1px;
	position: absolute;
	left: 0;
	top: 50%;
}
#carousel {
	margin-top: -100px;
}
#carousel div {
	text-align: center;
	width: 200px;
	height: 250px;
	float: left;
	position: relative;
}
#carousel div img {
	border: none;
}
#carousel div span {
	display: none;
}
#carousel div:hover span {
	background-color: #333;
	color: #fff;
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	width: 100px;
	padding: 2px 0;
	margin: 0 0 0 -50px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	border-radius: 3px;
}
#donate-spacer {
	height: 100%;
}
#donate {
	width: 750px;
	padding: 50px 75px;
	margin: 0 auto;
	overflow: hidden;
}
#donate p, #donate form {
	margin: 0;
	float: left;
}
#donate p {
	width: 650px;
}
#donate form {
	width: 100px;
}
/* 代码整理：易站站长网 www.yizhanzzw.com */