*{
  box-sizing:border-box;
  }
  
body {
  background:black;
  color: #876aae;
  font-family: Verdana;
  text-align:center;
}

#roomTainer{
  position:absolute;
  margin:auto;
  width:1200px;
  height:900px;
  left: 50%;
  transform: translate(-50%, 0);
  }
  
#window{
  position:absolute;
  width:480px;
  height:324px;
  margin-top:100px;
  background-image:url("/READINGROOM/IMGS/storm.gif");
  background-size:480px 324px;
  }

#background{
  position:absolute;
  width:1200px;
  height:900px;
  background-size:1200px 900px;
  }

#boombox{
  position:absolute;
  width:171px;
  height:80px;
  background-image: url("/READINGROOM/IMGS/ROOM_WIDE_BBOX.png");
  margin-top:430px;
  margin-left:460px;
  background-size:171px 80px;
  }
  
#boombox:hover{
  position:absolute;
  width:171px;
  height:80px;
  background-image: url("/READINGROOM/IMGS/HOVER_ROOM_WIDE_BBOX.png");
  margin-top:430px;
  margin-left:460px;
  background-size:171px 80px;
  }
  
#fan{
  position:absolute;
  width:430px;
  height:270px;
  background-image: url("/READINGROOM/IMGS/ROOM_WIDE_FAN.png");
  margin-top:0px;
  margin-left:350px;
  background-size:430px 270px;
  }
  
#bed{
  position:absolute;
  width:475px;
  height:598px;
  background-image: url("/READINGROOM/IMGS/ROOM_WIDE_BED.png");
  margin-top:180px;
  margin-left:0px;
  background-size:475px 598px;
  }
  
#bed:hover{
  position:absolute;
  width:475px;
  height:598px;
  background-image: url("/READINGROOM/IMGS/HOVER_ROOM_WIDE_BED.png");
  margin-top:180px;
  margin-left:0px;
  background-size:475px 598px;
  }
  
#desk{
  position:absolute;
  width:479px;
  height:463px;
  background-image: url("/READINGROOM/IMGS/ROOM_WIDE_DESK.png");
  margin-top:270px;
  margin-left:625px;
  background-size:479px 463px;
  }
  
#desk:hover{
  position:absolute;
  width:479px;
  height:463px;
  background-image: url("/READINGROOM/IMGS/HOVER_ROOM_WIDE_DESK.png");
  margin-top:270px;
  margin-left:625px;
  background-size:479px 463px;
  }
  
#back{
  position:absolute;
  width:372px;
  height:142px;
  background-image: url("/READINGROOM/IMGS/ROOM_WIDE_BACK.png");
  margin-top:758px;
  margin-left:0px;
  background-size:372px 142px;
  }
  
#back:hover{
  position:absolute;
  width:372px;
  height:142px;
  background-image: url("/READINGROOM/IMGS/HOVER_ROOM_WIDE_BACK.png");
  margin-top:758px;
  margin-left:0px;
  background-size:372px 142px;
  }

#nook{
  position:absolute;
  width:302px;
  height:900px;
  background-image: url("/READINGROOM/IMGS/ROOM_WIDE_READINGNOOK.png");
  margin-top:0px;
  margin-left:898px;
  background-size:302px 900px;
  }
  
#nook:hover{
  position:absolute;
  width:302px;
  height:900px;
  background-image: url("/READINGROOM/IMGS/HOVER_ROOM_WIDE_READINGNOOK.png");
  margin-top:0px;
  margin-left:898px;
  background-size:302px 900px;
  }
  
#pokemon{
  position:absolute;
  width:180px;
  height:178px;
  background-image: url("/READINGROOM/IMGS/NOOK_POKEMON.png");
  margin-top:360px;
  margin-left:550px;
  background-size:180px 178px;
  }
  
#pokemon:hover{
  position:absolute;
  width:180px;
  height:178px;
  background-image: url("/READINGROOM/IMGS/NOOK_POKEMON_HOVER.png");
  margin-top:360px;
  margin-left:550px;
  background-size:180px 178px;
  }
  
#drama{
  position:absolute;
  width:223px;
  height:69px;
  background-image: url("/READINGROOM/IMGS/NOOK_DRAMA.png");
  margin-top:255px;
  margin-left:270px;
  background-size:223px 69px;
  }
  
#drama:hover{
  position:absolute;
  width:223px;
  height:69px;
  background-image: url("/READINGROOM/IMGS/NOOK_DRAMA_HOVER.png");
  margin-top:255px;
  margin-left:270px;
  background-size:223px 69px;
  }
  
#sister{
  position:absolute;
  width:208px;
  height:70px;
  background-image: url("/READINGROOM/IMGS/NOOK_SISTER.png");
  margin-top:209px;
  margin-left:290px;
  background-size:208px 70px;
  }
  
#sister:hover{
  position:absolute;
  width:208px;
  height:70px;
  background-image: url("/READINGROOM/IMGS/NOOK_SISTER_HOVER.png");
  margin-top:209px;
  margin-left:290px;
  background-size:208px 70px;
  }
  
#nookBack{
  position:absolute;
  width:157px;
  height:570px;
  background-image: url("/READINGROOM/IMGS/NOOK_BACK.png");
  margin-top:0px;
  margin-left:1043px;
  background-size:157px 570px;
  }
  
#nookBack:hover{
  position:absolute;
  width:157px;
  height:570px;
  background-image: url("/READINGROOM/IMGS/NOOK_BACK_HOVER.png");
  margin-top:0px;
  margin-left:1043px;
  background-size:157px 570px;
  }
  
