html, body { margin: 0; padding: 0; height: 100%; background-color: #232627;}

h1, a:link, a:visited { color: #555a5b; }
.copyright, .copyrightsymbol, .body, .subtitle { color: #393c3d; }

h1, .body, .copyright, .graph,  .subtitle { font-family: "Helvetica", "Arial", sans-serif; text-align: left; }
h1 { font-size: 64px; margin-bottom: 0.2em;}
h1, .graph { font-weight: bold; }
.body, .subtitle { font-size: 14px; }
.graph { font-size: 24px; }
.copyright { font-size: 10px; line-height: 0em;}

a:link, a:visited { border-bottom: none; text-decoration: none; }
a:hover, a:active { color: #009de9; }

.graph { position: relative; margin: 2px 0 0.7em 0; width: 100%; border: 1px solid #555a5b; padding: 2px; }
.subtitle { margin-top: -1em;}

.graph .bar { 
	display: block; 
	position: relative;
	background-image: url(../img/striped_bar.gif); 
	text-align: center; 
	color: #232627; 
	height: 1.3em; 
	line-height: 1.4em;            
}

.graph .bar span { position: absolute; left: 1em; }

#donate {
	margin: 20px 0 20px 0;
	width: 500px;
	height: 40px;
}

#paypalButton {
	background: url(../img/paypal_button.gif) no-repeat;
	float: left;
	margin: 0 10px 0 0;
	height: 38px;
	width: 85px;
}

#content {
	width: 500px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px; 
	margin-top: -250px;
}

#footer { position: relative; margin: 1em 0 0 0; bottom: 0; width: 100%;}