#wrapper {
  background-image: none;
  background-color: #efffe0;
  font-family: sans-serif;
}
#header h1 {
  font-size: 150%;
  font-family: sans-serif;
}
#header h2 {
  font-size: 130%;
  font-family: sans-serif;
}
/*
#header h1 + h2 {
  margin-top: 0;
}
  */
#content {
  border: none;
}
#content h2 {
}
#gallery-viewport {
  float: left;
  margin-top: 35px;
}
#gallery-viewport img {
  display: block;
  margin: 0 auto;
  height: 344px;
}
#viewport-text-wrapper {
  clear: both;
  padding-top: 10px;
}
#viewport-text-wrapper div {
  background-color: #DDFFDD;
  height: 76px;
  border: 1px solid green;
}
#viewport-text {
  padding: 4px 10px;
  margin: 0;
}
#gallery-thumbnails {
  float: right;
  border: 1px solid green;
  margin-top: 35px;
}
#gallery-thumbnails th {
  font-family: sans-serif;
  background-color: #DDFFDD;
}
#gallery-thumbnails img {
  width: 100px;
}
#savor-movie {
  width: 400px;
  margin: 65px auto 0;
}

