@charset "UTF-8";
/* CSS Document */

html, body { width: 100%; height: 100%; margin: 0; padding: 0; }

body {
	
	background: url('images/site_bg.jpg') 50% 50% no-repeat #bc0000;
	
}

	div#content {
		margin: 0 auto;
		padding-top: 125px;
		width: 291px;
		text-align: center;
	}
	
		div#content h1 {
			margin: 0 auto 45px auto;
			width: 138px;
			height: 162px;
			background: url('images/r4li_branding.png') no-repeat transparent;
			text-indent: -999em;
		}
		
		div#content div#donate {
			margin-bottom: 45px;
		}
		
			div#content div#donate p {
				color: #ffffff;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
			}
