#slide-b {
	position: absolute;
		top: 0;
		left: 317px;
		z-index: -2;	
}

	#slide-b .bar,
	#slide-b h2 {
		height: 43px;
		position: absolute;
			top: 0;
			left: 0;
		width: 585px;
	}
	
	#slide-b .bar {
		background: #000;
		opacity: .7;
		filter: alpha(opacity=70); /* IE opacity */
	}
	
	#slide-b h2 {
		background: no-repeat 78px 13px url("../images/title_thank_you.png");
		text-indent: -9999px;
	}
	
		#large_title {
			height: 79px;
			position: absolute;
				top: 43px;
				left: 0;
			width: 330px;
		}
	
	#column-a {
		position: relative;
			top: 0;
			left: 0;	
	}
	
		#column-a .bar {
			background: #131313;
			height: 140px;
			padding: 32px 30px 0 30px;
			position: absolute;
				bottom: 0;
				left: 0;
		}
		
		#column-a #amount_raised {
			background: #131313;
			height: 112px;
			padding: 13px 30px 30px 20px;
			position: absolute;
				bottom: 0;
				left: 0;
			width: 399px;	
		}
		
			#column-a #amount_raised p {
				font-family: 	"Oswald", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
				text-align: 	center;
				text-transform: uppercase;
			}
			
				#column-a #amount_raised p span {
					display: block;
				}
			
				#column-a #amount_raised p span.raised,
				#column-a #amount_raised p span.time {
					background: url(../images/bg_dots.png) no-repeat center center;
					color: 		#D3C744;
					font-size: 	15px;
				}
				
				#column-a #amount_raised p span.amount {
					color: 		#fff;
					font-size: 	35px;
				}
	
	#register_golf,
	#register_gala {
		background-repeat: no-repeat;
		display: block;
		height: 29px;
		text-indent: -9999px;
	}
	
		#register_golf:hover,
		#register_gala:hover {
			background-position: 0 -29px;	
		}
		
	#register_golf {
		background-image: url("../images/btn_register_golf2.gif");
		margin-bottom: 5px;
		width: 335px;
	}
	
	#register_gala {
		background-image: url("../images/btn_register_gala2.gif");
		width: 245px;
	}
