* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000;
  
  background-color: #fff;

    background: #BFBFBF url("../images/layout/footer-bg.jpg") top center repeat-y;
}

#header-container {
  width: 100%;
  height: 351px;
  
  background-image: url('../images/layout/header-container-bg.jpg');
  background-repeat: repeat-x;
}

#header {
  width: 1150px;
  height: 351px;
  
  margin: 0px auto;
  
  position: relative;
  
  background-image: url('../images/layout/header-bg.jpg');
  background-repeat: no-repeat;
}

#wrapper-container2 {  
    background: white;
}

#wrapper-container {  
  width: 1150px;
  
  margin: 0px auto;
  
  background-image: url('../images/layout/wrapper-container-bg.jpg');
  background-position: top center;
  background-repeat: repeat-y;
}

#wrapper {
  width: 100%;
  min-height: 370px;
  height: auto !important;
  height: 270px;
  
  position: relative;
  
  background-image: url('../images/layout/wrapper-bg2.jpg');
  background-repeat: no-repeat;
}

#footer-container {
  width: 100%;
  height: 110px;
  
  background-image: url('../images/layout/footer-container-bg.jpg');
  background-repeat: repeat-x;
}

#footer {
  width: 1150px;
  height: 110px;
  
  margin: 0px auto;
  
  position: relative;
  
  background-image: url('../images/layout/footer-bg.jpg');
  background-repeat: no-repeat;
}
