html, body {
  height: 100%;
}

html {
  padding: 0;
  margin: 0;
}

body {
  background:    url(/_content/img/bg_01.jpg) repeat-x;
  padding: 0;
  margin: 0;
}

#header {
  margin:        0 0 0 -392px;
  width:         785px;
  background:    url('/_admin/img/header_01.jpg');
  position: relative;
  height: 66px;
  padding: 0;
}


#flashcontent_front {
  position: relative;
  top: 0;
  _margin-left: -1px;
}

#main {
  position: relative;
  margin-left:   -413px;     
  width:         826px;

  min-height:100%;
  height:auto !important;
  height:100%;

}


