#header {
  background-image: url(/images/band_header_bg.jpg);
}

#footer {
  background-image: url(/images/band_footer_bg.png);
}

#badge {
  text-align: center;
  padding: 14px 0;
}

#homepage_band {
  background-image: url(/images/band_home_bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  letter-spacing: -1px;
  width: 404px;
  position: relative;
    top: 0;
    left: 0;
  float: left;
  margin: 14px 0 10px;
  min-height: 407px;
  padding: 0 14px 0 264px;
}

#homepage_band h2 {
  color: #0980C1;
  font-size: 18px;
  font-weight: normal;
  padding: 14px 0;
}

#homepage_band li {
  background-image: url(/images/band_home_list_bullet_bg.png);
  background-position: 2px 10px;
  background-repeat: no-repeat;
  font-size: 11px;
  padding: 6px 0 6px 20px;
  line-height: 1.4;
}

#homepage_band li strong {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
}

#homepage_band li a {
  color: black;
}
