
h1 {
  font-size: 52px;
  margin-top: 24px;
  margin-bottom: 24px;
}

#download {
  width: 200px;
  margin-top: 64px;
  margin-left: 100px;
  display: block;
  padding: 8px;
  color: white;
  line-height: 1.2em;
  text-decoration: none;
  background: #3E8E2C;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3E8E2C), color-stop(100%,#327022));
  background: -moz-linear-gradient(center top, #3E8E2C, #327022);
  background: linear-gradient(center top, #3E8E2C, #327022);
}

#download .left {
  margin-right: 8px;
  height: 40px;
}

#gallery .scrollable {
  width: 476px;
  height: 355px;
}

#gallery .navi {
  margin-left: 16px;
}
