* { margin: 0; padding: 0; }

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  background: url(images/bg-top.png) repeat-x fixed;
}

#banner {
  position: fixed;
  background: url(images/banner.png) no-repeat;
  margin-top: 5px;
  height: 245px;
  width: 575px;
  text-indent: -2000px;
}

#info {
  position: fixed;
  top: 225px;
  left: 50px;
  width: 275px;
  padding: 20px;
  font-size: 12px;
  text-align: right;
  color: #666;
}

#info p {
  padding: 10px 0;
}

#photos {
  position: absolute;
  top: 175px;
  left: 400px;
}

#photos li {
  list-style-type: none;
  margin: 20px 0;
}

#photos .photo {
  margin: auto;
}

#epilogue {
  text-align: center;
  font-style: italic;
  margin: 20px 0;
}

a {
  text-decoration: none;
  color: #900;
}

img {
  border: 10px solid #ddf;
}

.grey {
  color: #999;
}

