html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: Garamond;
  margin: -20px 0 0;
  padding: 0;
  background-color: #000000;
}

#header {
  position: absolute;
  top: 20px;
  left: 40px;
  font: 2.2em bold;
  color: #FF9966;
  z-index: 300;
}

a {
  text-decoration: none;
  color: #CC6600;
}
/* rotator in-page placement */

div.rotator {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
}
/* rotator css */

div.rotator ul li {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
}
/* rotator image style */

div.rotator ul li img {
  width: 100%;
  height: auto;
  background: #000000;
}

div.rotator ul li.show {
  z-index: 100;
}

#container {
  margin: 0;
  padding: 0;
}

#text {
  position: absolute;
  top: 70px;
  left: 40px;
  padding: 10px 60px 40px;
  width: 450px;
  height: 200px;
  color: #555555;
  background: url(images/contentbkgnd.png);
  z-index: 300;
  overflow-y: scroll;
}

p.thanks {
  font-size: .8em;
}

#article {
  margin: 60px;
  padding: 40px;
  background-color: #ffffff;

}
