body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.copyright {
	position: absolute;
	top: 300px;
	left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 1;
	font-size: 9px;
}
.titlepos {
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 3;
	height: 93px;
	width: 100%;
	left: 0px;
	top: 10px;
}
.logopos {
	position: absolute;
	width: 100px;
	height: 109px;
	top: 435px;
	left: 35px;
	background-image: url(images/Banksia_logo.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}
.jennypos {
	background-image: url(images/Jenny.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	height: 110px;
	width: 121px;
	right: 25px;
	top: 5px;
}
.khanpos {
	background-image: url(images/Khan.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	height: 110px;
	width: 121px;
	left: 25px;
	top: 5px;
}


