body {
  background-image: url("images/sky.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left; 
  background-size: auto; 
  margin: 0;
  height: 100%;
}
.fluffy {
  overflow: hidden;
  background-image: url("images/fluffyclouds.png");
  position: fixed;
  top: 0;
  height: 34px;
  width: 100%;
}
.spring {
  overflow: hidden;
  background-image: url("images/springgrass.png");
  position: fixed;
  bottom: 0;
  height: 34px;
  width: 100%;
}
.cotton {
  background-image: url("images/cotton.png");
  width: 983px;
  height: 601px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.cushion {
  background-image: url("images/cushion.png");
  width: 983px;
  height: 601px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
}
.casing {
  position: relative;
  width: 983px;
  height: 601px;
  margin: auto;
  z-index: 0;
}
.map {
  width: 983px;
  height: 601px;
  background-image: url("images/wipmap.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}