/* main page image */
#book { 
	background-image: url(media/index-investors.jpg);
	width: 1024px;
	height: 800px;
	position: relative;
}

/* rollover images */
a#investors-pdf {
	left: 632px;
	top: 465px;
	width: 149px;
	height: 20px;
}
a#investors-pdf:hover {
	background-image: url(media/investors-pdf-hover.jpg);
	border: none;
}

a#investors-contact {
	left: 295px;
	top: 475px;
	width: 71px;
	height: 20px;
}
a#investors-contact:hover {
	background-image: url(media/investors-contact-hover.jpg);
	border: none;
}

