#wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#moving {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#old_site {
  background: url(OldSite.jpg);
  width: 346px;
  height: 204px;
  margin-bottom: 40px;
}

#arrow {
  background: url(Arrow.gif);
  width: 55px;
  height: 41px;
  position: absolute;
  left: 400px;
  top: 175px;
}

#new_site {
  background-image: url(NewSite.jpg);
  width: 339px;
  height: 223px;
  position: absolute;
  left: 500px;
  top: 100px;
}

#other_stuff {
  text-align: center;
  font-size: 36px;
}

#footnote {
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
}

