#wind_energy  {	
	position: relative;
	height: 400px;
	overflow: show;
	background: url(../images/grass.jpg) center bottom no-repeat;
	clear: both;
}


#wind_energy #left {	
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 320px;
}

#wind_energy #right {	
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 455px;
	width: 320px;
}

#wind_energy p {	
	text-align: justify;
}

#wind_energy img {	
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 300px;
}
