@charset "utf-8";
/* CSS Document */
<style type="text/css">
.loadpic{
position: relative;
z-index: 0;
}
.loadpic:hover{
background-color: transparent;
z-index: 50;
}
.loadpic span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}
.loadpic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.loadpic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 149px;  /*position where enlarged image should offset from the top */
left: 101px; /*position where enlarged image should offset from the left */
}
img#topbanner {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:70px;
	border:hidden;
	z-index:-1;
}
img#background {
	position:absolute;
	top:149px;
	left:101px;
	width:797px;
	height:542px;
	border:hidden;
	z-index:-2;
}
img#topleft, img#top1, img#top2, img#top3, img#top4, img#top5, img#top6, img#top7, img#top8, img#topright {
 position:absolute;
 top:70px;
 left:0px;
 width:91px;
 height:69px;
 border:hidden;
 z-index:-1;
}
img#top1 {left:101px}
img#top2 {left:202px}
img#top3 {left:303px}
img#top4 {left:404px}
img#top5 {left:505px}
img#top6 {left:606px}
img#top7 {left:707px}
img#top8 {left:808px}
img#topright {left:909px}
img#left1, img#left2, img#left3, img#left4, img#left5, img#left6, img#left7, img#bottomleft { 
 position:absolute;
 top:149px;
 left:0px;
 width:91px;
 height:69px;
 border:hidden;
 z-index:-1;
}
img#left2 {top:228px}
img#left3 {top:307px}
img#left4 {top:386px}
img#left5 {top:465px}
img#left6 {top:544px}
img#left7 {top:623px}
img#bottomleft {top:702px}
img#right1, img#right2, img#right3, img#right4, img#right5, img#right6, img#right7, img#bottomright {
 position:absolute;
 top:149px;
 left:909px;
 width:91px;
 height:69px;
 border:hidden;
 z-index:-1;	
}
img#right2 {top:228px}
img#right3 {top:307px}
img#right4 {top:386px}
img#right5 {top:465px}
img#right6 {top:544px}
img#right7 {top:623px}
img#bottomright {top:702px}
img#bottom1, img#bottom2, img#bottom3, img#bottom4, img#bottom5, img#bottom6, img#bottom7, img#bottom8 {
 position:absolute;
 top:702px;
 left:101px;
 width:91px;
 height:69px;
 border:hidden;
 z-index:-1;
}
img#bottom2 {left:202px}
img#bottom3 {left:303px}
img#bottom4 {left:404px}
img#bottom5 {left:505px}
img#bottom6 {left:606px}
img#bottom7 {left:707px}
img#bottom8 {left:808px}

</style>

