#console {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.screen {
  position:absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

.sprite {
  position: absolute;
  padding:0px;
  margin:0px;
}

#cloud1 {
  background-image:url(../images/cloud-small.png);
  left: 68px;
  top: 50px;
  height:50px;
  width:100px;
}

#cloud2 {
  background-image:url(../images/cloud-small.png);
  left: 568px;
  top: 100px;
  height:50px;
  width:100px;
}

#cloud3 {
  background-image:url(../images/cloud-small.png);
  left: 768px;
  top: 70px;
  height:50px;
  width:100px;
}
