body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #000;
	color: #fff;
}

#container {
	width: 350px;
	margin: 0 auto;
}
	#container h1 {
		padding-left: 100px;
		line-height: 80px;
		background: transparent url('/_Images/site/button-home.png') no-repeat left center;
	}
	#container a {
		color: #fff;
		text-decoration: none;
	}
	#container p.footer {
		text-align: center;
		font-weight: bold;
	}
	
	#container #donateform input.buttonlink {
		display: block;
		width: 100%;
		text-align: center;
		background-color: #000;
		border: none;
		color: #fff;
		font-weight: bold;
		cursor: pointer;
	}