body {
	background-color : #999999;
	background-image : url(table.gif);
}

.onthe {
position: absolute;
 width: 150px;
 height: 150px;
 top: 200px;
left: 200px;
 padding: 5px;
 border: 5px solid #FF9900;
 z-index : 2;
 color : Teal;
}

 .rocks
 {
position: absolute;
height: 150px;
width : 150px;
top: 200px;
left: 200px;
background-color : #7CFC00;
 z-index : 1;
 color : #FF4500;
}

