#box1 {  position: absolute;  background-color: #FF9999; left: 100px;  top: 200px;  z-index: 1;  }
#box2 {  position: absolute;  background-color: #99FF99; left: 150px;  top: 250px;  z-index: 2;  }
