body, html {
  padding-top:0px;
  margin: 0px;
}

@font-face {
  font-family: 'Exo2';
  src: url('Exo2/Exo2.0-Bold.otf'); /* IE9 Compat Modes */
}

#lp-banner {
  background-color: rgba(58, 208, 61, 0.8);
  width: 100%;
}

#lp-banner .content {
  height: 4em;
  width: 974px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#lp-banner .text {
  font-family: "Exo2", sans-serif;
  color: white;
  font-size: 18px;
  line-height: 3em;
}

#lp-banner a {
  text-decoration: none;
  color: inherit;
}

#lp-banner #logo {
  height: 80%;
  margin-top: 6px;
}

#left-column {
  display: inline;
  float: left;
  text-align: left;
  width: 33%
}

#center-column {
  display: inline;
  width: 33%
}

#right-column {
  display: inline;
  float: right;
  text-align: right;
  width: 33%
}
