﻿#wrapper {
    width: 100%;
    -moz-min-width: 900px;
    -ms-min-width: 900px;
    -o-min-width: 900px;
    -webkit-min-width: 900px;
    min-width: 900px;
				height: 500px;
				margin: -470px 0 0 0;
				position: absolute;
				top: 50%;
				left: 0;
}

#carousel div {
				height: 500px;
				float: left;
			}
			#carousel img {
			    -moz-min-width: 100%;
			    -ms-min-width: 100%;
			    -o-min-width: 100%;
			    -webkit-min-width: 100%;
			    min-width: 100%;
				min-height: 100%;
			}

#title {
				text-align: center;
				width: 100%;
				margin-top: -10px;
				position: absolute;
				top: 53%;
			}
			#title h3 {
			    -ms-text-shadow: 
			                   0 3px 3px #000000,
			                   0 -3px 3px #000000,
			                   3px 0 3px #000000,
			                   -3px 0 3px #000000;
			    -ms-text-shadow: 
			               0 3px 3px rgba( 0, 0, 0, 0.3 ),
			               0 -3px 3px rgba( 0, 0, 0, 0.3 ),
			               3px 0 3px rgba( 0, 0, 0, 0.3 ),
			               -3px 0 3px rgba( 0, 0, 0, 0.3 );
			    text-shadow: 
			               0 3px 3px #000000,
			               0 -3px 3px #000000,
			               3px 0 3px #000000,
			               -3px 0 3px #000000;
			    text-shadow: 
					0 3px 3px rgba( 0, 0, 0, 0.3 ),
					0 -3px 3px rgba( 0, 0, 0, 0.3 ),
					3px 0 3px rgba( 0, 0, 0, 0.3 ),
					-3px 0 3px rgba( 0, 0, 0, 0.3 );

				font-size: 50px;
				font-weight: bold;
				line-height: 50px;
				color: #fff;
				margin: 0;
			}

#title a {
				color: #fff;
			}
			#title a:hover {
			    background: #000000;
			    background: rgba( 0, 0, 0, 0.5 );
				padding: 2px 5px;
			}

#pager {
			    -ms-border-radius: 20px;
			    border-radius: 20px;
				background: #fff;
				text-align: center;
				width: 120px;
				height: 50px;
				padding-top: 2px;
				margin: 235px 0 0 -60px;
				position: absolute;
				top: 50%;
				left: 50%;
			}

#pager a.selected span {
				background: #666;
			}
			#pager a {
				display: inline-block;
				padding: 5px;
			}
			#pager span {
			    -ms-border-radius: 10px;
			    border-radius: 10px;
				background: #ccc;
				text-indent: -100px;
				line-height: 0;
				display: inline-block;
				width: 10px;
				height: 10px;
				overflow: hidden;
			}

#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;
				color: #999;
			}
			#donate form {
				width: 100px;
			}
