html {
  height:100%;
  width: 100%;
  font-size: 0.78em;
  font-weight: bold;
  background: #524BA4;
  color: #666;
  }

body {
  margin: 0;
  text-align: center;
  height: 100%;
  min-height:100%;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
  }

* #container {
  margin: 0 auto;
  width: 871px;
  text-align: center;
  min-height:100%;
  background: url(../images/grass-tile.jpg);
  background-repeat: repeat-y;
  height:100%;
  }

/* for moz/safari */
*>#container {
   height:auto !important;  
}

img {
    border: 0;
}

* #header {
    background: #9a7fe0;
    height: 48px;
    padding-bottom: 10px;
}


