.henry {
	background-attachment: scroll;
	background-image: url(images/henry.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.andy {
	background-attachment: scroll;
	background-image: url(images/parrot2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bottomborders {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
.Gumtree {
	background-attachment: scroll;
	background-color: #669966;
	background-image: url(images/gumtree1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

