body 	{
	background-color: #FFFFFF;
	width: 750; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0;
	text-align: center;
	}
img	{display: block;
	}
#smalltext 	{font-size: 8pt; 
		color: #999999; 
		font-family: arial, verdana, helvetica, sans-serif;
		}

#tinytext 	{font-size: 8pt; 
		color: #FEFEFE; 
		font-family: arial, verdana, helvetica, sans-serif;
		}

/* below is the code for the pop-up testimonials */

.myPopUp		{position:	absolute;
			top:		10%;
}
.myPopUpHover	{position:	absolute;
			top:		10%;
}
.myPopUp span	{display: none;
}
.myPopUpHover span{
			display:	block;
			position:	static;
}