#firefox {
  float: left;
  width: 345px;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  top: -7px;
}
#firefox h3 {
  margin: 5px 0;
  padding:  0;
}
#firefoxLogo {
  position: absolute;
  top: -25px;
  right: 5px;
  width: 70px;
  height: 68px;
}
#firefox a.download {
  display: block;
  margin: 10px 0;
  background: url(../images/firefoxbtn.png) no-repeat top left;
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding-left: 36px;
  color: #09700b;
}