/* background.css */

#content {
  background-image: url(/images/backgrounds/contact_us/mhooker.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  width: 795px;
  height: 475px;
  padding: 0;
  overflow: hidden;
}

#background {
  background-color: #363636;
  margin: 0 125px 0 320px;
  padding: 20px 15px;
  width: 320px;
  height: 435px;
  overflow: auto;
}
