/* Background for left portion of background */
#body_bg {
      width:             50%;
      height:            1355px; /* height of bg */
      position:          absolute;
      top:               0;
      left:              0;
      background:        url(../img/body_bg_contact.jpg) repeat-x;}  

#content {
      background-image:  url(../img/content_bg_contact.jpg);
      background-position: 0px 290px;
      background-repeat: no-repeat;
      width:             930px;
      margin:            0 auto 0 auto;
      text-align:        left;
      background-color:  #333333;
      line-height:       1.5em;
      position:          relative;
      z-index:           1;}
