body{
  background: #c38757 url('../img/homepage-background.jpg');
}
#header{
  background: url('../img/homepage-header.jpg') no-repeat;
}


#main{
  background: url('../img/template-page-without-left-main.gif') repeat-y 50% 0%;
}

#left-box{
  float: left;
  width: 49%;
  overflow: hidden;
}
#right-box{
  float: right;
  width: 49%;
  overflow: hidden;
}

