body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

img {
  border: 0;
}

#container {
  width: 966px;
  height: 600px;
  margin: 0 auto;
  text-align: left;
}

.downloadlink {
  position: absolute;
  margin-top: 400px;
  margin-left: 604px;
  padding: 3px;
}

.downloadlink:hover {
  background-color: #babab9;
}

.amazonlink {
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  color: transparent;
  margin: 65px 0 0 610px;
}

.webpagelink {
  display: block;
  width: 370px;
  height: 370px;
  position: absolute;
  color: transparent;
  margin: 125px 0 0 100px;
}
