#bc-overlay {
  background: url(../images/bc/background-header.jpg) repeat-x top #009fda;
  padding: 10px;
  color: #ffffff;
  width: 920px;
  margin: 0 auto;
  text-align: center;
}

#bc-overlay h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}

#bc-overlay ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  overflow: hidden;
}

#bc-overlay li {
  float: left;
  margin: 0 22px;
  text-align: left;
}

#bc-btn-ie,
#bc-btn-safari,
#bc-btn-firefox {
  width: 251px;
  text-indent: 82px;
  height: 87px;
  display: block;
  line-height: 40px;
  font-size: 18px;
  color: #666666;
  text-decoration: none;
}

#bc-btn-ie:hover,
#bc-btn-safari:hover,
#bc-btn-firefox:hover {
  text-decoration: underline;
}

#bc-btn-ie {
  background: url(../images/bc/ie-button.gif) no-repeat;
}

#bc-btn-safari {
  background: url(../images/bc/safari-button.gif) no-repeat;
}

#bc-btn-firefox {
  background: url(../images/bc/firefox-button.gif) no-repeat;
}
