#Layer1 {
	position:absolute;
	width:900px;
	height:16px;
	z-index:2;
	left: -1000px;
	top: -1000px;
}

#Layer2 {
	position:absolute;
	width:900px;
	height:16px;
	z-index:2;
	left: -700px;
	top: -2000px;
}

#Layer3 {
	position:absolute;
	width:900px;
	height:16px;
	z-index:2;
	left: -500px;
	top: -3000px;
}
