@CHARSET "ISO-8859-1";

body { background-color: #fce0bc; }

#wrapper { height: 100%; }

#header h1 {
  font-size: 1.1em;
  text-align: right;
  color: #986;
  padding: 0.5em;
}

#content {
  border: 1px solid #ecd0ac;
  background-color: #ffe7bf;
  /* rounding for mozila browsers only */
  -moz-border-radius: 7px;
  /* rounding for webkit browsers only */
  -webkit-border-radius: 7px;
  padding: 0.5em;
  margin: 5em auto 0 auto;
  width: 700px;
}

#footer {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #fce0bc url('graphics/back.png') bottom left repeat-x;
}
#footer p {
  position: absolute;
  bottom: 0px;
  right: 5px;
  font-size: 0.8em;
  color: #986;
}

