html,body { padding: 0; margin: 0; height: 100%; }
body {
	background: #251f20 url(images/photo.jpg) 0 -410px no-repeat;
	font: 80%/1.55em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.wrapper {
	background: transparent url(images/overlay.png) repeat-y;
	width: 565px;
	color: #fff;
	min-height: 100%;
}
.container { padding: 5px 80px 5px 25px; }
h1 {
	text-indent: -3000em;
	width: 429px; height: 100px;
	background: url(images/h1.gif) 0 20px no-repeat;
	margin-top: 0;

}
p { margin: 0 0 15px 0; }
img { border: 0; }
#caption {
	position: absolute;
	bottom: 0; right: 0;
	background: #000; color: #fff;
	padding: 30px; margin: 0;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#donate {
	height: 59px; width: 564px;
	margin-left: -25px;
}
#donate a {
	display: block;
	height: 59px; width: 564px;
	background: url(images/btn-donate.png) no-repeat;
	text-indent: -3000em;
}
#donate a:hover {
	background-position: 0 -59px;
}
#able {
	position: absolute;
	left: 805px; top: 30px;
}
#ssfac {
	position: absolute;
	left: 820px; top: 120px;
}

/* IE 6 */
* html .wrapper { height: 100%; width: 512px;}
* html .container { padding: 5px 25px;}
* html #donate, * html #donate a { width: 512px; }