body {
  border: 0;
  margin: 0;
  background: transparent;
  font: 1em/1.2em Helvetica, Arial, sans-serif;
}

#intro {
  position: absolute;
  left: 0;
  
  width: 980px;
  top: 400px;
  height: 100px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;

  font-size: 1.4em;
  line-height: 1.5em;
  text-align: center;
  
  text-indent: -5000px;
  background: url(images/intro.png) no-repeat center center;  
}

#quotes {
  position: absolute;
  width: 600px;
  padding-left: 190px;
  padding-right: 190px;
  top: 300px;
  margin-left: auto;
  margin-right: auto;
  
  font: 1.1em/1.1em Georgia, serif;
  text-align: center;
  font-style: italic;
  color: #888;
}

#quotes div.by {
  display: block;
  margin-top: -10px;
  color: #aaa;
}

#footer {
  position: absolute;
  z-index: 0;
  left: 0;
  
  width: 980px;
  top: 500px;
  font-size: 11px;
  line-height: 13px;
  color: #97b680;
  text-align: center;
}

#footer div.header {
  cursor: pointer;
}

#copyright {
  position: absolute;
  top: 225px;
  left: 0px;
  width: 300px;
  height: 300px;
  z-index: 1000;
  text-align: center;
  color: #97b680;
  font-size: 11px;
  line-height: 13px;
}

#copyright img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

* html #copyright img {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/copyright_bubble.png', sizingMethod='scale');
}

#copyright div.contents {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  padding-top: 22px;
}

#copyright a {
  color: #97b680;
}

#copyright em {
  font-style: normal;
  font-size: 13px;
}

#copyright div.boring {
  font-size: 10px;
}

#copyright_close {
  cursor: pointer;
  text-decoration: none;
  color: #97b680;
  border-bottom: 1px solid #97b680;
}

#photos {
  position: relative;
  
  width: 980px;
  height: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#photos div.photo {
  float: left;
  position: relative;
  height: 300px;
}

* html #photos div.photo.first {
  margin-left: 95px;
}

#photos div.photo.first {
  margin-left: 190px;
}

#photos div.photo img {
  margin-top: 120px;
  width: 120px;
  height: 143px;
  cursor: pointer;
}

#photos div.photo div.label {
  position: absolute;
  bottom: 46px;
  left: 13px;
  width: 0px;
  height: 20px;
  overflow: hidden;
}

#photos div.photo div.label img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 90px;
  height: 20px;
}

#photos div.photo div.text {
  display: none;
}

#text {
  position: absolute;
  z-index: 1;
  background: #fff; 
  width: 320px; 
  top: 310px; 
  left: 130px;
  background: url(images/pointer.png) no-repeat top center;
  overflow: hidden;
  
  font: 1.05em/1.25em Georgia, Times, serif;
}

#text a img {
  border: 0;
}

#text div.bt {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 11px;
  width: 100%;
  background: url(images/box_top.png) no-repeat;
}

* html #text div.bt {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/box_top.png', sizingMethod='scale');
}

#text div.bl {
  position: absolute;
  top: 11px;
  left: 0px;
  width: 1px;
  height: 100%;
  background-color: #bb7;
}

#text div.br {
  position: absolute;
  top: 11px;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: #bb7;
}

#text div.bb {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #bb7;
}

#text_contents {
  position: relative;
  margin-top: 13px;
  margin-bottom: 10px;
  padding: 5px 10px 0px 10px;
}

#text p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#text em {
  font-style: normal;
  font-weight: bold;
}

#text a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

#text a:hover {
  border-bottom: 1px solid #000;
}

p.vcard {
  padding-top: 5px !important;
}

p.vcard img {
  float: left;
  margin-right: 8px;
  margin-top: -8px;
}

img.photo {
  border: 10px solid #fff;
  border-width: 10px 10px 60px 10px;
}