html {
  height: 100%;
  overflow: hidden;
}

body {
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  height: 100%;
  border-top: 1px solid transparent;
  margin-top: -1px;
  z-index:0;
  position: relative;
}

img#background {
  height: 100%;
  z-index: -1;
  position: absolute;
  right: 0px;
  color: white;
}

#headline {
  color: black;
  font-size: 40px;
  margin-top: 5%;
  margin-left: 10%;
  height: 40px;
  overflow: hidden;
  background-image: url(images/transparent.png);
}

#content {
  color: gray;
  font-size: 16px;
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 600px;
  height: 400px;
  overflow: hidden;
  background-image: url(images/transparent.png);
}

a {
  color: black;
  text-decoration: none;
}