@charset "UTF-8";
.image {
	background-attachment: scroll;
	background-image: url(mooreFamily.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.image_bw {
	background-attachment: scroll;
	background-image: url(mooreFamily_bw.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
