HTML, BODY{
	width: 100%;
	height: 100%;
	margin: 0;
	background: #4ac3ce;
}

#ground{
	border-top: solid #d6aa4a 4px;
	height: 150px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #dedb94;
}

#grass{
	height: 42px;
	width: 100%;
	position: absolute;
	bottom: 150px;
	background-image: Url(/grass.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#back{
	height: 183px;
	width: 100%;
	position: absolute;
	bottom: 192px;
	background-image: Url(/back.png);
	background-repeat: repeat-x;
	background-position: center;
}

#bird{
	height: 50px;
	width: 71px;
	position: absolute;
	background-image: Url(/bird.gif);
	left: 0;
	right: 0;
	bottom: 400px;
	margin: auto;
	z-index: 9999;
}
	
	
	