#HomeLayer {
	position: relative;
	top:0px;
	width:732px;
	height:415px;
	z-index:2;
}
#HomeGreeting {
	position:absolute;
	top:60px;
	left:20px;
	width:360px;
	height:162px;
	z-index:3;
}
#HomeGreen {
	position:absolute;
	top:350px;
	width:732px;
	height:204px;
	z-index:3;
}
#AboutLayer {
	position: relative;
	top:0px;
	width:732px;
	height:640px;
	z-index:2;
}
#AboutGreen {
	position:absolute;
	top:155px;
	left:20px;
	width:450px;
	height:80px;
	z-index:3;
}

