#header {
display: block;
	position: absolute;
	width: 80%;
	top: 5px;
	left: 10%;
	padding-top: 10px;
	z-index: 1;
	margin: 5px auto;
	
	
}

		#header h1 {
			font-size: 42px;
			margin-top: 10px;
			font-weight: normal;
			padding: 0;
			font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
color : #000; 
			margin-bottom: 30px;
		}
	
	#ground {
		position: absolute;
		width: 100%;
		height: 660px;
		left: 0;
		bottom: -18px;
		overflow: hidden;
		

	}
	
		
	
	
		#tree3 {
			
			position: absolute;
			width: 350px;
			height: 574px;
			right: 5px;
			
			bottom: 10px;
			margin-bottom: 65px;
			background: url(images/cartoontree.gif) no-repeat;
			background-position:center bottom; 
		}
		
	
		
		

