/* Turn off image margins around all images in the content body */
@import url("http://uberplate.ubertor.com/css/undo_image_margin.css");
.home #page_header_outer {
  background: transparent url("../../content/image/1.jpg") no-repeat 0px 90px;
}

.properties #page_header_outer {
  background: transparent url("../../content/image/2.jpg") no-repeat 0px 90px;
}

.for_buyers #page_header_outer {
  background: transparent url("../../content/image/3.jpg") no-repeat 0px 90px;
}

.for_sellers #page_header_outer {
  background: transparent url("../../content/image/4.jpg") no-repeat 0px 90px;
}
.contact #page_header_outer {
  background: transparent url("../../content/image/5.jpg") no-repeat 0px 90px;
}

.links #page_header_outer {
  background: transparent url("../../content/image/6.jpg") no-repeat 0px 90px;
}

