/* 代码整理：时代Java NowJava.com */
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background-color: #eee;
	min-height: 450px;
}
body * {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

#wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 5px 10px #ccc;
	width: 500px;
	height: 300px;
	padding: 20px;
	margin: -350px 0 0 -261px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
}
#carousel {
	width: 576px;
	height: 335px;
}
#carousel div {
	width: 500px;
	height: 300px;
	position: relative;
}
#carousel img {
	border: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#wrapper a {
	background-color: rgba( 255, 255, 255, 0.5 );
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 0.4 );
	display: block;
	box-shadow: 0 0 2px rgba( 0, 0, 0, 0.5 );
	width: 30px;
	height: 30px;
	opacity: 0;
	position: absolute;
	top: 20px;
	left: 445px;

	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#wrapper:hover a {
	opacity: 0.3;
}
#wrapper:hover a:hover {
	opacity: 0.6;
}
#wrapper a#link-1 {
	width: 85px;
	height: 50px;
	left: 75px;
	top: 170px;
}
#wrapper a#link-2 {
	width: 85px;
	height: 50px;
	left: 170px;
	top: 125px;
}
#wrapper a#link-3 {
	width: 100px;
	height: 70px;
	left: 250px;
	top: 150px;
}
#wrapper a#link-4 {
	width: 85px;
	height: 50px;
	left: 295px;
	top: 90px;
}
#wrapper a#link-5 {
	width: 85px;
	height: 50px;
	left: 385px;
	top: 125px;
}

#donate-spacer {
	height: 100%;
}
#donate {
	border-top: 1px solid #999;
	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;
}