#layer1 {
   background-color : #cad0f0; 
   layer-background-color : #99CCCC;
   border-width : 1px; 
   border-style : solid; 
   border-color : blue; 
   width : 150px; 
   top : 50px; 
   left : 300px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
}


#layer2 {
   background-color : #cad0f0; 
   layer-background-color : #99CCCC;
   border-width : 1px; 
   border-style : solid; 
   border-color : blue; 
   width : 225px; 
   top : 50px; 
   left : 375px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
}


#layer3 {
   background-color : #cad0f0; 
   layer-background-color : #99CCCC;
   border-width : 1px; 
   border-style : solid; 
   border-color : blue; 
   width : 200px; 
   top : 50px; 
   left : 450px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
}


#layer4 {
   background-color : #cad0f0; 
   layer-background-color : #99CCCC;
   border-width : 1px; 
   border-style : solid; 
   border-color : blue; 
   width : 100px; 
   top : 50px; 
   left : 525px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
}


#layer5 {
   background-color : #cad0f0; 
   layer-background-color : #99CCCC;
   border-width : 1px; 
   border-style : solid; 
   border-color : blue; 
   width : 250px; 
   top : 50px; 
   left : 575px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
}



#layer6 {
   background-color : #cad0f0; 
   layer-background-color : #99CCCC;
   border-width : 1px; 
   border-style : solid; 
   border-color : blue; 
   width : 175px; 
   top : 50px; 
   left : 625px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
}
