#main {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  overflow: hidden;
  width: 700px; }

#intro {
  padding: 40px;
  line-height: 1.5em;
  width: 60%;
  margin: 0 auto;
  font-size: 1.2em;
  margin-top: 80px;
  margin-left: 88px; }

#next {
  margin-right: 10px;
  margin-top: -10px;
  text-align: right; }
  #next img {
    cursor: hand; }

#scrap-1, #scrap-2, #scrap-3, #scrap-4, #scrap-5, #scrap-6 {
  display: inline;
  cursor: move;
  position: absolute;
  width: 124px;
  height: 180px;
  text-align: center;
  border: solid 10px;
  border-color: #494949; }
  #scrap-1 img, #scrap-2 img, #scrap-3 img, #scrap-4 img, #scrap-5 img, #scrap-6 img {
    width: 100%;
    height: 100%; }

#scrap-1 {
  left: 120px;
  top: 75px; }

#scrap-2 {
  left: 265px;
  top: 75px; }

#scrap-3 {
  left: 410px;
  top: 75px; }

#scrap-4 {
  left: 120px;
  top: 276px; }

#scrap-5 {
  left: 265px;
  top: 276px; }

#scrap-6 {
  left: 410px;
  top: 276px; }

img.boseto {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

#play {
  position: absolute;
  top: 264px;
  right: 60px; }
