@charset "utf-8";
/* CSS Document */

#container {
  width: 912px;
  margin: 0 auto; /* centered positioning */
  text-align: left; /* centered positioning */
  background-image:  url(../x-images/bkg_container.jpg);
  background-position: 0 135px;
  background-repeat: no-repeat;
}

#header {
  width: 912px;
  height: 135px;
  background-image: url(../x-images/bkg_header.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
}

#td-contentbottom {
  background-image:  url(../x-images/bkg_contentbottom.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
}