body {
  background-image: url(grad_white.png);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-color: #BBCCDF;
  font-family: "Century Gothic", "Lucida Grande", Tahoma, Verdana, arial, helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}

#header {
  min-width: 650px;
  text-align: center;
  margin: 0px;
  margin-top: 15px;
}
#quote {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  min-width: 750px;
}
#quote em {
  color: #727272;
  font-size: 1.8em;
}
img {
  border: 0px;
}
#footer {
  font-size: 0.7em;
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
}