BODY {
	margin-top:					0px;
	margin-bottom:				0px;
	margin-left:				0px;
	margin-right:				0px;

	background-color:			#AAAAAA;
	font-family:				Tahoma, Arial;
	font-size:					16pt;
	color:						#FFFFFF;
	font-weight:				none;

	text-align:					center;
	background-attachment:		fixed;
	background-image:			url(background.png);
	background-repeat:			no-repeat;
	background-position:		center;
}
a:link, a:visited {
	color:						#FFFFFF;
	text-decoration:			none;
}
a:hover, a:active  {
	color:						#0080FF;
	text-decoration:			none;
}
.spot1 {
	background-image:			url(spot1.png);
	font-weight:				bold;
	width:						250px;
	height:						117px;
	position:					absolute;
	top:						30%;
	left:						30%;
}
.spot2 {
	background-image:			url(spot2.png);
	font-weight:				bold;
	width:						187px;
	height:						232px;
	position:					absolute;
	top:						27%;
	left:						53%;
}
.spot3 {
	font-size:					10pt;
	color:						#AAAAAA;
	background-image:			url(spot3.png);
	width:						193px;
	height:						243px;
	position:					absolute;
	top:						50%;
	left:						35%;
}
.spot3 > a:link, .spot3 > a:visited {
	color:						#AAAAAA;
}
.spot3 > a:hover, .spot3 > a:active  {
	color:						#0080FF;
}