#greeting-image {
  position: relative;
  width: 1040px; height: 790px;
  text-align: center;
}

#greeting-image-border {
  position: absolute;
  top: 0px; left: 0px;
  z-index: 1;
}

#greeting-image-photo {
  position: absolute;
  top: 20px; left: 20px;
  width: 1000px; height: 750px;
  z-index: 2;
}

#greeting-image-greeting {
  position: absolute;
  top: 20px; left: 30px;
  z-index: 3;
}

#greeting-image-greeting-right {
  position: absolute;
  top: 20px; right: 30px;
  z-index: 3;
}

#arrowbox {
  position: absolute;
  width: 1040px; height: 100px;
  top: 0px;
  z-index: 7;
}

#arrow-prev {
  position: absolute;
  top: 0px;
  left: 200px;
}

#arrow-prev-label {
  position: absolute;
  top: 0px;
  left: 200px;
}

#arrow-rand {
  position: absolute;
  top: 0px;
  left: 484px;
}

#arrow-rand-label {
  position: absolute;
  top: 0px;
  left: 484px;
}

#arrow-next {
  position: absolute;
  top: 0px;
  right: 200px;
}

#arrow-next-label {
  position: absolute;
  top: 0px;
  right: 200px;
}

