Body	{ background-color: gray; }

#photo {
  position: absolute;
  top: 25px;
  left: 100px;
  margin: auto;
  overflow: hidden;
  width: 800px;
  height: 500px;
}

#title {
  position: absolute;
  top: 470px;
  left: 250px;
  margin: auto;
  overflow: hidden;
  width: 650px;
}

#story {
  position: absolute;
  top: 710px;
  left: 100px;
  margin: auto;
  width: 800px;
}