body{
	background:url(img/background.jpg) no-repeat;
	postition:relative;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height:14px;
}
a img{
	border:none;
}
a:link{text-decoration:none;color:#C60;font-weight:bold;}
a:visited{text-decoration:none;color:#C60;font-weight:bold;}
a:hover{text-decoration:underline;color:#C60;font-weight:bold;}
p {
	padding:0;
	margin:0 0 8px 0;
}
/*donate button*/
a#oyster{
	width:125px;
	height:87px;
	display:block;
	background:url(img/button_oyster.gif) no-repeat;
	position:absolute;
	left:247px;
	top:556px;
}
a:hover#oyster{
	background:url(img/button_oysterOver.gif) no-repeat;
}
/*underwater creature buttons*/
a#seahorse{
	width:104px;
	height:199px;
	display:block;
	background:url(img/button_seahorse.gif) no-repeat;
	position:absolute;
	left:36px;
	top:501px;
}
a:hover#seahorse{
	background:url(img/button_seahorseOver.gif) no-repeat;
}
a#nautilus{
	width:113px;
	height:68px;
	display:block;
	background:url(img/button_nautilus.gif) no-repeat;
	position:absolute;
	left:27px;
	top:700px;
}
a:hover#nautilus{
	background:url(img/button_nautilusOver.gif) no-repeat;
}
a#seashell{
	width:168px;
	height:80px;
	display:block;
	background:url(img/button_seashell.gif) no-repeat;
	position:absolute;
	left:141px;
	top:688px;
}
a:hover#seashell{
	background:url(img/button_seashellOver.gif) no-repeat;
}
/*photo buttons*/
a#photo1{
	width:250px;
	height:234px;
	display:block;
	background:url(img/button_photo1.jpg) no-repeat;
	position:absolute;
	left:18px;
	top:18px;
}
a:hover#photo1{
	background:url(img/button_photo1Over.jpg) no-repeat;
}
a#photo2{
	width:240px;
	height:212px;
	display:block;
	background:url(img/button_photo2.jpg) no-repeat;
	position:absolute;
	left:494px;
	top:556px;
}
a:hover#photo2{
	background:url(img/button_photo2Over.jpg) no-repeat;
}
a#photo3{
	width:241px;
	height:169px;
	display:block;
	background:url(img/button_photo3.jpg) no-repeat;
	position:absolute;
	left:734px;
	top:600px;
}
a:hover#photo3{
	background:url(img/button_photo3Over.jpg) no-repeat;
}
a#photo4{
	width:167px;
	height:239px;
	display:block;
	background:url(img/button_photo4.jpg) no-repeat;
	position:absolute;
	left:857px;
	top:361px;
}
a:hover#photo4{
	background:url(img/button_photo4Over.jpg) no-repeat;
}
.text{
	width:538px;
	height:125px;
	position:absolute;
	left:135px;
	top:315px;
	z-index:20;
}
.emphasis{font-weight:bold; font-style:oblique;}
.signature{
	display:block;
	float:right;
	font-weight:bold;
	padding:0 280px 0 0;
}
