.page {
  width: 300px;
  height: 300px;
  }

.page div {
  width: 90%;
  font-size: xx-small;
  color: #FFF;
  }

#page1 {
  background: #333 url(images/page1.gif) no-repeat top left;
  }

#page2 {
  background: #333 url(images/page2.gif) no-repeat top left;
  }
