#greeting-image {
	position: relative;
	width: 940px; height: 715px;
	text-align: center;
}

#greeting-image-border {
	position: absolute;
	top: 0px; left: 0px;
	z-index: 1;
}

#greeting-image-photo {
	position: absolute;
	top: 20px; left: 20px;
	z-index: 2;
}

#greeting-image-greeting {
	position: absolute;
	top: 40px; left: 110px;
	z-index: 3;
}
