@charset "UTF-8";
	* { margin: 0; padding: 0; }
		
	html { 
			background: url(img/donor.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
	}
		
	#bottom { 
		width: 100%; 
		position:fixed; 
		bottom: 0; 
		margin: 0; 
		padding: 1% 2%; 
		background: rgba(255,255,255,0.95); 
		-moz-box-shadow: 0 0 10px black; 
		-webkit-box-shadow: 0 0 10px black; 
		box-shadow: 0 0 10px black; 
		border: 0px solid; 
		border-radius: 0px;
	}
		
	#page-wrap { width: 50%; margin: 5% auto; padding: 5% 2%; background: rgba(255,255,255,0.95); -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; border: 0px solid; border-radius: 5px;}
	
	p { font-size:0,9em; font-family: 'Source Sans Pro', sans-serif; margin: 0 0 3px 0; text-align:center;}
	h1 { font-size:1.7em; font-family: 'Source Sans Pro', sans-serif; margin: 0 0 3px 0; text-align:center;}
	