body {
  background: url(images/bg.jpg) #990000 no-repeat;
  background-position: center center;
  background-attachment: fixed;
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
}

#intro {
  width: 740px;
  height: 520px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -260px auto auto -370px;
}

a:link, a:visited { color: #ccc; }
a:hover, a:active { color: #fff; }

.page {
  width: 740px;
  margin: 0 auto;
}

.page h1 {
  font-size: 12pt;
  font-weight: bold;
  margin-top: .4em;
  padding: 0 0 1px 0;
  border-bottom: 2px solid #fff;
}

#content {
  padding: 0 20px .5em 20px;
}

#signature a:link, #signature a:visited { text-decoration: none; font-size: 9px; }
.main #signature { position: absolute; left: 2px; bottom: 1px; }
.gallery #signature { margin: 4px 0 1px 2px; }

body.gallery { background: url(images/bg-gallery.jpg) #990000 no-repeat; background-position: right bottom; background-attachment: fixed; }

.gallery .categories { text-align: center; }
.gallery .categories a { font-weight: bold; text-decoration: none; margin: 0 1em; }
.gallery a img { border: 0; margin: .1em .1em; }

