@charset "utf-8";
#wrapper {
	height: 950px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #F7C86E; /*#FFFF99, 8F8FFF*/
}

#wrapper #welcome {
	position: absolute;
	height: 124px;
	width: 640px;
	left: 105px;
	top: 316px;
}
#wrapper #welcometext {
	position: absolute;
	width: 352px;
	top: 457px;
	left: 250px;
}
#wrapper #benifits {
	position: absolute;
	height: 30px;
	width: 100px;
	top: 450px;
	right: 130px;
}
#wrapper #benifitsText {
	position: absolute;
	height: 600px;
	width: 150px;
	top: 500px;
	right: 95px;
}
#wrapper #gallery {
	position: absolute;
	height: 30px;
	width: 150px;
	left: 100px;
	top: 643px;
}
#wrapper #galleryPic {
	position: absolute;
	height: 79px;
	width: 640px;
	left: 105px;
	top: 789px;
}
