/* CSS Document */

#harriet {
	position: relative;
	height: 1200px;
}
#startext {
	width: 560px;
	position: absolute;
	left: 10px;
	top: 0;
}
#sophie {
	background-image: url(images/sophiediablo.jpg);
	background-repeat: no-repeat;
	height: 164px;
	width: 163px;
	position: relative;
	left: 34px;
}

