body,html {
  height              : 99%;
  margin-top          : 0px;
  margin-bottom       : 0px;
  background-color    : #FAFAFA;
  font                : small Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size           : 100%;
  color               : #909090;
}

a:link {
  color               : #909090;
  text-decoration     : none;
}

a:active {
  color               : #909090;
  text-decoration     : none;
}

a:visited {
  color               : #909090;
  text-decoration     : none;
}

a:hover {
  color               : #909090;
  text-decoration     : none;
}

#container {
  margin              : auto;
  height              : 100%;
  min-height          : 100%;
  bottom              : 0px;
  width               : 800px;
  padding             : 6px 10px 6px 10px;
  background-color    : #FFFFFF;
  border-width        : 0px 1px 0px 1px;
  border-style        : dotted;
  border-color        : #606060;
}          

#header {
  margin              : auto;
  height              : 95px;
  width               : 100%;
  background-image    : url("http://www.classicgraal.net/framework/images/gclassic_title-default.png");
  background-position : top right;
  background-repeat   : no-repeat;
  border-width        : 0px 0px 1px 0px;
  border-style        : dotted;
  border-color        : #606060;
}

#content {
  margin              : auto;
  height              : auto;
  width               : 100%;
  padding             : 5px 0px 5px 0px;
  font-size           : 85%;
}

#footer {
  margin              : auto;
  bottom              : 0px;
  height              : 16px;
  width               : 100%;
  border-width        : 1px 0px 0px 0px;
  border-style        : dotted;
  border-color        : #606060;
  font-size           : 70%;
  text-align          : right;
}
