html, body, #fakeBody
{
  height: 100%;
}

#fakeBody
{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -30px;
}

body
{
  background-color: white;
  background-image: url('/images/bodyBg.png');
  background-repeat: repeat-x;
  text-align: center;
  font-family: Verdana, sans-serif;
  line-height: 1.3;
}

#headerBg
{
  top: 40px
}

#content, #content_tbl
{
  position: relative;
  font-family: Verdana, sans-serif;
  width: 960px;
  margin: 0 auto;
  text-align: left;
  clear: both;
}

