.promo {
  border:1px solid #e6e6e6;
  display:inline-block;
  margin:10px 0 10px 0;
  padding:10px;
  background-color:#ffffc0;
}
.promoBeta {
  max-width: 680px;
}
.promoRight {
  margin-left:16px;
  float:right;
}
.promoRight a {
  line-height: 30px;
  text-decoration:none;
  padding:10px 40px;
  background-color: #00B339;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  color: white;
}
.promoLeft {
  float:left;
  width:330px;
  text-align: center;
}
@media all and (max-width: 500px) {
  .headerLogo {
    display: none;
  }
}
