html, body {
  margin: 0;
  padding: 0 12px;
}

body {
  font-family: Arial, sans-serif, Verdana;
  background-color: #96ae3e;
  background-image: url('../images/bgheader.png');
  color: #fff;
  font-size: 90%;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:focus, a:hover, a:active {
  text-decoration: underline;
}

#header-left {
  float: left;
  margin-top: 12px;
}

#header-right {
  float: right;
  margin-top: 7px;
}


#button-download {
  border: 0;
  vertical-align: middle;
  margin-left: 10px;
}
