html
{
	text-align: center;
}

/* 62.5% font-size makes everything 'base 10' (www.clagnut.com/blog/348). Nearly all web browsers default their text size to 16 pixels. Multiplying 16 x 62.5 = 10. Now 1em is 10 point type, 1.4em is 14 point type and so on.  */

body
{
	position: relative;
	text-align: center;
	font-size: 62.5%;
	font-family: Calibri, Verdana, Arial, Helvetica;
	color: white;
	text-transform: uppercase;
	letter-spacing: .1em;
	background-color: #434343;
}

#container { 
   margin: 0px auto;
   padding: 0px;
   text-align: left; 
   width: 1030px;
}

#donate {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

p {
	color: white;
	text-transform: none;
	font-size: 1.2em;

}

img {
	margin-left: 20px;
	display: block;
}
	
a {
	color: #c1d833;
	text-decoration: none;
}
	
a:hover {
	color: white;
	text-decoration:none;
	}
	




	
