/* CSS Document */
/* Specifications for container for layers to show/hide.
   Most browsers need both width and height set. */
#container	{ position:relative; width:470px; height:600px; z-index:100 }
/* Include id's for all your layers here, with commas between. */
#a, #b, #c, #d, #e, #f, #g, #h, #i, #j, #l,#m, #n	{ 
	position:absolute; visibility:hidden; left:0; top:0; z-index:1 }
#k	{ 
	position:absolute; visibility:visible; left:0; top:0; z-index:1 }