body {
  background: #3f2a15;
  position: relative;
  margin: 0;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  position: absolute;
  top: 415px;
  left: 50%;
  margin-left: -450px;
}

#main {
  position: relative;
}

h1#logo {
  margin: 0;
  padding: 0;
  height: 120px;
}

h1#logo a {
  display: block;
  width: 429px;
  height: 120px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  background: url(images/logo.png) no-repeat;
}

#tagline {
  height: 34px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  background: url(images/hers-and-home.png) no-repeat 60px 0;
}

#hours {
  position: absolute;
  overflow: hidden;
  outline: none;
  text-indent: -9999px;
  background: url(images/hours.png) no-repeat;
  width: 325px;
  height: 53px;
  top: 50px;
  left: 550px;
}

#address a {
  display: block;
  position: absolute;
  overflow: hidden;
  outline: none;
  text-indent: -9999px;
  background: url(images/address.png) no-repeat;
  width: 218px;
  height: 66px;
  top: 110px;
  left: 550px;
}

#photo-container {
  background: url(images/pattern_054.gif);
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 420px;
}

#photos {
  position: absolute;
  top: 40px;
  width: 11930px;
  height: 380px;
  background: #fff;
}

#photos .photo {
  height: 360px;
  float: left;
  margin: 10px 0 10px 10px;
}

#photo-container #back {
  position: absolute;
  left: 0;
  top: 40px;
  width: 25%;
  height: 380px;  
}

#photo-container #forward {
  position: absolute;
  right: 0;
  top: 40px;
  width: 25%;
  height: 380px;
}