.apple {
     width: 20px;
     height: 20px;
     position: absolute;
     background-image: url("apple.png");
     background-size: 100% 100%;
     background-repeat: no-repeat;
	  draggable:= true;
	  poistion: relative;
     tileI: 0;
  	  tileJ: 0;
   }
.hole {
     width: 20px;
     height: 20px;
     position: absolute;
     background-image: url("hole.png");
     background-size: 100% 100%;
     background-repeat: no-repeat;
	  draggable:= true;
	  poistion: relative;
     tileI: 0;
  	  tileJ: 0;
   }   