body.main-body {
    background-image:none;
}
div.banner-container {
    background-image:none;
}
div.element-heading {
      background: url("images/bg-heading.png") repeat scroll center center;
    color: #444444;
}
div.menu-container {
 background: url("images/bg-menu.png") repeat-x scroll center center transparent;
}
div.menu-container-inner {
    background-image:none;
}
div.content-container-middle {
     background: url("images/bg-content-middle_gray.png")repeat-y scroll 0 0 transparent;
}
div.content-container-bottom {
  background: url("images/bg-content-bottom_gray.png")no-repeat scroll center bottom transparent;
}
body.main-body {
     background: url("images/town_bg.png")repeat-x scroll center top #000000;
}
h1.pagetitle {
color:#eb2e1e;
}