#wrapper {
  min-width: 970px;
}
  #home-content {
    width: 970px;
    margin: 0 auto;
    position: relative;
  }
    h1#logo {
      position: absolute;
      top: 488px;
      left: 40px;
      z-index: 900;
      padding: 0;
      font-family: "Spring LP Std Light", "SpringLPStd-Light", "SpringLPStd-Light.otf", "Spring LP Std", Spring, script, "Times New Roman", Times, serif;
      font-weight: normal;
      background: none;
      vertical-align: text-bottom;
    }
    #nav {
      position: absolute;
      top: 570px;
      left: 0px;
      z-index: 1000;
      width: 290px;
      text-align: center;
      line-height: 2em;
    }
      #nav li {
        display: inline;
        background: url(../images/backgrounds/home-nav-separator.gif) left center no-repeat;
        padding: 15px 0 15px 16px;
      }
      #nav li.first {
        background: none;
      }
      #nav li.current_page_item {
        display: none;
      }
      #nav li.page-item-4 {
        background: none;
      }
        #nav a {
          font-size: 13px;
          color: #495357;
        }
        #nav a:hover {
          color: #aa0708;
        }
  #photos {
    height: 672px;
    background: url(../images/backgrounds/home-photos.png) center top no-repeat;
    position: relative;
  }
    #photos li.photobox {
      position: absolute;
    }
      #kids {
        left: 325px;
        top: 63px;
        width: 236px;
        height: 328px;
      }
        #kids ul {
          margin-top: 110px;
        }
      #animals {
        left: 42px;
        top: 109px;
        width: 226px;
        height: 327px;
      }
        #animals ul {
          margin-top: 135px;
        }
      #babies {
        left: 351px;
        top: 456px;
        width: 289px;
        height: 192px;
      }
        #babies ul {
          margin-top: 70px;
        }
      #engagement {
        left: 694px;
        top: 337px;
        width: 198px;
        height: 295px;
      }
        #engagement ul {
          margin-top: 140px;
        }
      #wedding {
        left: 621px;
        top: 86px;
        width: 304px;
        height: 201px;
      }
        #wedding ul {
          margin-top: 55px;
        }

        #photos li li {
          padding-bottom: 20px;
          text-align: center;
          background: url(../images/backgrounds/album-separator.gif) 50% 83% no-repeat;
        }
        #photos li li.last {
          background: none;
        }
        #photos li li a {
          color: #666;
          font-size: 14px;
          font-style: italic;
        }
        #photos li li a:hover {
          color: #000;
        }
        div.big-photo {
          position: absolute;
          z-index: 100;
          top: 0;
          left: 0;
        }

#sash {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999999999;
}
#sash img {
	display: block;
}