body, html, #body {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: black;
  color: white;
}

#body {
  padding: 10px;
}

#viewer {
  position: fixed;
  margin: 40px 30px;
}

#viewer div {
  float: left;
}

#slideshow img { display: none }
#slideshow img:first-child { display: block }

#viewer .pager {
  height: 560px;
  width: 30px;
  text-align: center;
}

#viewer .pager img {
  margin-top: 265px;
}

#text {
  padding: 10px 30px;
  font-size: 14pt;
  line-height: 1.8em;
  padding-left: 520px;
  margin: 0em 30px;
}

#text p {
  padding: 10px 0;
}

#text h1 {
  font-size: 1.3em;
}

#text a {
  text-decoration: none;
  color: #99f;
}

#text a:hover {
  text-decoration: underline;
}

#text .contact-details {
  font-style: italic;
  text-align: right;
}
