img
{
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}

div#master-container
{
  position: relative;
  width: 805px;
  padding: 20px 60px 10px 70px;
  margin: auto;
  text-align: center;
  overflow: visible;
  background: url(../images/about/about-background.jpg) repeat-y #d1b494 top center;
}

  img#headshot
  {
    float: left;
    width: 326px;
    height: 390px;
  }
  img#headshot-text
  {
    float: right;
    width: 469px;
    height: 316px;
  }
  img#experience
  {
    float: right;
    width: 295px;
    height: 365px;
  }
  img#experience-text
  {
    float: left;
    width: 508px;
    height: 266px;
  }
  div#weddings
  {
    position: relative;
    left: -35px;
    float: left;
    height: 664px;
    width: 848px;
    background: url(../images/about/about-2nd-images-trans.png) top left transparent no-repeat;
  }
    div#weddings img
    {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 496px;
      height: 440px;
    }
  div#fashion
  {
    position: relative;
    clear: both;
    left: -20px;
    float: left;
    height: 780px;
    width: 829px;
    background: url(../images/about/about-3rd-images-trans.png) top left transparent no-repeat;
    overflow: visible;
    z-index: 4;
  }
    div#fashion img.first
    {
      position: absolute;
      width: 489px;
      height: 286px;
      top: 0px;
      left: 40px;
    }
    div#fashion img.second
    {
      position: absolute;
      width: 452px;
      height: 103px;
      top: 300px;
      left: 40px;
    }
    div#fashion img.third
    {
      position: absolute;
      width: 542px;
      height: 108px;
      bottom: 10px;
      right: 30px;
    }
  div#not-working
  {
    position: relative;
    float: left;
    left: -30px;
    top: -20px;
    clear: both;
    height: 740px;
    width: 836px;
    background: url(../images/about/about-4th-images-trans.png) top left transparent no-repeat;
    z-index: 3;
  }
    div#not-working img
    {
      position: absolute;
      width: 379px;
      height: 367px;
      right: 0px;
      bottom: -30px;
    }

 div#footer-copy2
 {
   clear: both;
   position: relative;
   width: 745px;
   height: 257px;
   padding-bottom: 50px;

 }
   
   div#footer-copy2 img
   {
     width: 745px;
     height: 257px;
   }
