html, body {
  margin: 0px;
  padding: 0px;
  
  background-image: url('../img/page_bg_home.jpg');
}

#body {
  background-position:310px 130px;
}

#header_bottom, #body #content #main {
  background-image: url('../img/header_bg_home_18.jpg');
  background-repeat: no-repeat; 
}

#header_bottom {
  background-position: left top;
}

#body #content #main {
  background-position: left -200px;
  padding-top: 190px;
}
