#scaffolding {
  width: 100%;
  background: transparent url('/img/layout/bg_scaffolding.gif') top left repeat-x;
  }


#scaffolding .left_stage {
  }
#scaffolding .center_stage {
  width: 980px;
  padding: 0;
  }
#scaffolding .right_stage {
  }
  

#scaffolding .top_stage .left_stage,
#scaffolding .top_stage .center_stage,
#scaffolding .top_stage .right_stage {
  height: 279px;
  }
#scaffolding .middle_stage .left_stage,
#scaffolding .middle_stage .center_stage,
#scaffolding .middle_stage .right_stage {
  height: 467px;
  }
#scaffolding .bottom_stage .left_stage,
#scaffolding .bottom_stage .center_stage,
#scaffolding .bottom_stage .right_stage {
  background: #594037;
  }
  
#scaffolding .top_stage .left_stage {
  background: transparent url('/img/layout/bg_top_left.jpg') top right no-repeat;
  }
#scaffolding .top_stage .center_stage {
  background: transparent url('/img/layout/bg_top_center.jpg') top center no-repeat;
  }
#scaffolding .top_stage .right_stage {
  background: transparent url('/img/layout/bg_top_right.jpg') top left no-repeat;
  }
  
#body {
  width: 100%;
  height: 100%;
  }
#body .body_left {
  width: 110px;
  background: transparent url('/img/layout/bg_body_left.jpg') top center no-repeat;
  }
#body .body_center {
  vertical-align: middle;
  background: transparent url('/img/layout/bg_body_center.jpg') top center no-repeat;
  }
#body .body_right {
  width: 110px;
  background: transparent url('/img/layout/bg_body_right.jpg') top center no-repeat;
  }
