
body { 
  background: url(images/body.gif) top center repeat-y #fff;
  text-align: center;
  margin: 0 auto; }
  
.container {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 580px;
  text-align: justify;
  font-family: Georgia, serif;
  font-size: 14px;
  color: #555;
  line-height: 20px; }
  
h1, h2 {
  width: 580px;
  height: 96px;
  background: url(images/h1.gif) no-repeat;
  font-size: 36px;
  margin-top: 30px;
  line-height: 96px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -2px;
  color: #888; }
  
h2 {
  font-size: 24px; }
  
.pic {
  border: 2px double #888;
  margin: 3px;
  padding: 2px; }
  
small {
  font-size: 11px; }