/* CSS Document */
* { margin:0; padding:0; border:0;}
html,body { 
	   background:#000000 ;
	   height:100%;
	   }
#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}

