@charset "utf-8";

html, body {
  height: 100%;
}
body {
  margin: 0;
}
.box {
  color: #ffffff;
  padding: 10px 15px;
  width: 300px;
  height: 100px;
}

#box1 {
  background: #CCCCFF;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.27);
  width: 1067px;
  height: 800px;
  position: absolute;
  top: 37px;
  left: 5px;
}
#box2 {
  background: rgba(204, 255, 255,  0.7);
  position: absolute;
  width: 595px;
  height: 200px;
  top: 45px;
  left: 10px;
}

#box3 {
  background: rgba(204, 255, 255, 0.7);
  position: absolute;
  width: 425px;
  height: 315px;
  top: 45px;
  left: 640px;
}


#box4 {
  background: rgba(204, 255, 255,  0.7);
  position: absolute;
  width: 595px;
  height: 90px;
  top: 270px;
  left: 10px;
}

#box5 {
  background: rgba(204, 255, 255,  0.7);
  position: absolute;
  width: 240px;
  height: 445px;
  top: 385px;
  left: 10px;
}
#box6 {
  background: rgba(204, 255, 255, 0.7);
  position: absolute;
  width: 775px;
  height: 445px;
  top: 385px;
  left: 290px;
}
#box7 {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 500px;
  height: 20px;
  top: 0px;
  left: 1100px;
}
