html{
  background: #000 url('images/body_grad.jpg') top repeat-x;
}

div#header{
  margin-top: 50px;
  height: 150px;
  background: #141414 url('images/Donate.gif') right no-repeat;
  border-top: 1px solid #40403E;
  border-bottom: 1px solid #000;
  color: #22a6fe;
  line-height: 150px;
  font-size: 3em;
}

div#bd{
  background-color: #000;
  border: 1px solid #40403E;
  color: #cdcdcd;
  padding: 15px;
}

div#ft{
  text-align: center;
  color: #fff;
}

h1{
  color: #22a6fe;
  font-size: 2em;
}

h2{
  color: #22a6fe;
  font-size: 1.5em;
}

p{
  padding: 5px;
}

ul#progress_tracker{
  background: url('images/progress_bar_bg.gif') bottom right no-repeat;
}

ul#progress_tracker li{
  margin-right: 13px;
}

li#progress_bar{
  background: url('images/progress_bar.gif') bottom right no-repeat;
}

div#progress p{
  text-align: right;
  color: #22ea1e;
  font-size: 1.5em;
  padding: 5px;
}

ul#donor_list{
  background: url('images/donor_list_bg.gif') top no-repeat;
  height: 200px;
  padding: 15px 20px;
  text-align: center;
  font-size: 1.2em;
  color: #141414;
}

ul#donor_list li{
  color: #141414;
  text-align: left;
}

