body {
  -x-system-font:none;
  background-color:#555555;
  background-image:url(images/back.gif);
  background-position:center center;
  background-repeat:repeat-y;
  font-family:Helvetica,Arial,Sans-Serif;
  font-size:10px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  margin:0 0 30px;
  text-align:center;
  }
  
#header {
  background-image:url(images/header.JPG);
  background-position:center center;
  height:500px;
  margin:0;
  padding:0;
  position:relative;
  text-align:center;
  width:900px;
}

#page {
  background-color: #FFFFFF;
  margin:0 auto;
  text-align:left;
  width:900px;
}

