/* for internet explorer */

* html{
	height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background: ; 
	font-family: Arial, Helvetica, sans-serif;

/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 

/* */ 
}

body { background: #000000; height:100%; padding:0; margin:0; border:0;}
	

div#container{
	width:100%;
	height:0;
	margin:0 auto;
	text-align: center;
	background: #000000;
	
}
* html #container {height:0;}




#Layer1 {
	width:100%;
	height:200px;
	z-index:1;
	left: 0px;
	top: 0px;

}
* html #Layer1 {height:200px;
	
}

#Layer2 {
	position: absolute;
	width:100%;
	z-index:3;
	


}
* html #Layer2 {height:;}



v


