﻿#layer1 {
	background-color : #044;
	layer-background-color : #044;
	border-width : 1px;
	border-style : solid;
	border-color : #006666;
	width : 100px;
	top : 50px;
	left : 100px;
	position: absolute;
	z-index : 100;
	visibility : hidden;
}


#layer2 {
   background-color : #044; 
   layer-background-color : #044;
   border-width : 1px; 
   border-style : solid; 
   border-color : #006666; 
   width : 100px; 
   top : 50px; 
   left : 150px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
}


#layer3 {
   background-color : #044; 
   layer-background-color : #044;
   border-width : 1px; 
   border-style : solid; 
   border-color : #006666; 
   width : 100px; 
   top : 50px; 
   left : 250px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
}


#layer4 {
   background-color : #044; 
   layer-background-color : #044;
   border-width : 1px; 
   border-style : solid; 
   border-color : #006666; 
   width : 100px; 
   top : 50px; 
   left : 350px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
}


#layer5 {
   background-color : #044; 
   layer-background-color : #044;
   border-width : 1px; 
   border-style : solid; 
   border-color : #006666; 
   width : 100px; 
   top : 50px; 
   left : 450px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
}



#layer6 {
   background-color : #044; 
   layer-background-color : #044;
   border-width : 1px; 
   border-style : solid; 
   border-color : #006666; 
   width : 100px; 
   top : 50px; 
   left : 550px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
}

