/* CSS Document */

h1 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
}

#Layer1 {
	position:absolute;
	width:100%;
	height:129px;
	z-index:4;
	overflow: hidden;
	background-image: url(images/BaceGrass.png);
	top: 100%;
	left: 0%;
}

#Layer2 {
	position:fixed;
	width:100%;
	z-index:1;
	left: 0%;
	top: 0%;
	overflow: visible;
	visibility: visible;
	height: 100%;
}

#Layer6 {
	position:absolute;
	width:75%;
	height:115px;
	z-index:5;
	left: 12%;
	visibility: visible;
}