* {
  margin: 0;
  padding: 0;
}

html, body {
  background: #439644;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#main {
  position: relative;
  min-height: 100%;
}

* html #main { /* star hack */
  height: 100%;
}

#background {
  position: absolute;
  left: 50%;
  margin-left: -495px;
  background: white;
  min-height: 100%;
  width: 990px;
}

* html #background {
  height: 100%;
}

#content_back {
  width: 100%;
}

#content {
  position: relative;
  width: 990px;
  margin: 0 auto;
  background: white;
  padding-bottom: 84px; /* room for footer */
  min-height: 595px;
}

#header_back {
  height: 84px;
  width: 100%;
  background: #439644 url('../images/header-bg.png') repeat-x;
}

#header {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

#footer_back {
  margin-top: -36px; /* draw up into content padding area so at bottom of screen if content is to short to scroll */
  height: 36px;
  width: 100%;
  background: #439644 url('../images/footer-bg.png') repeat-x;
  /* IE 5.0/Win and other lesser browsers will use this */
  position: absolute; right: 0px; bottom: 0px;
}

div#footer_back {
  /* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
  position: fixed;
}

#footer {
  position: relative;
  width: 990px;
  margin: 0 auto;
  background: transparent url('../images/footer-inner-bg.png') repeat-x;
  height: 36px;
}
