#wrapper{
  background: url('../images/sub_bg.jpg') no-repeat;
}

#wrapper #body_top{
  height: 16px;
  background: url('../images/sub_content_top.jpg') no-repeat;
  margin-top:5px;
}

#wrapper #body{
  background: url('../images/sub_content_bg.jpg') repeat-y;
  margin: 0px;
  padding:10px 25px 10px 25px;
  line-height:18px;
    min-height:250px;
  height:auto !important;
  height:250px;
}

#wrapper #body_bot{
  height: 18px;
  background: url('../images/sub_content_bot.jpg') no-repeat;
  margin-bottom:50px;
}


