/* CSS Document */
body {margin:0 !important;}
body {
// background-image: url("../img/decor_bkg.jpg");
background-color:#305303;
}
.centered{width:960px;  /* use yours*/
          position:absolute;
          left:50%;
          top:0px;
          margin:0 0 0 -480px;} /* use yours divided by 2*/
          }

