
			html, body {
				height: 100%;
				padding: 0;
				margin: 0;
			}
			body {
				background-color: #ffffff;
				min-height: 650px;
			}
			body * {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				/*font-size: 14px;
				color: #333;*/
				line-height: 22px;
			}
			#wrapper {
				border: 1px solid #ccc;
				background-color: #fff;
				width: 500px;
				height: 500px;
				padding: 0px;
				margin: -275px 0 0 -5px;
				position: absolute;
				top: 50%;
				left: 50%;
				overflow: hidden;
				border-radius: 0px;
				box-shadow: 0 0 0px #999;
			}
			.caroufredsel_wrapper {
				border-radius: 0px;
			}
			#carousel {
				padding-top: 350px;
			}
			#carousel div {
				width: 500px;
				height: 380px;
				margin-top: -350px;
				position: relative;
			}
			#carousel div span {
				background-color: #666;
				border-top: 1px solid #ccc;
				color: #fff;
				font-size: 16px;
				line-height: 30px;
				text-align: center;
				display: block;
				height: 29px;
				cursor: pointer;
			}
			#carousel div span:hover {
				background-color: #555;
			}
			#carousel div span.selected {
				background-color: #600;
				cursor: default;
			}
			
			#source {
				text-align: center;
				width: 400px;
				margin: 0 0 0 -200px;
				position: absolute;
				bottom: 10px;
				left: 50%;
			}
			#source, #source a {
				color: #999;
				font-size: 12px;
			}
			
			#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;
			}
	