body {
	font-family: Trebuchet MS, Arial, sans-serif;
	color: black;
	margin: 0;
	padding: 0;
}
#headw {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #a8b5e2;
}
#header {
	background-image: url(title.png);
	background-position: 0 0;
	margin: auto;
	width: 480px;
	height: 60px;
}
#header:hover {
	background-position: 0 60px;
}
#infolink {
	position: absolute;
	right: 8px;
	top: 4px;
}
#infolink a {
	text-decoration: none;
	color: #2c67c7;
}
.spot {
	color: white;
	position: absolute;
	top: 100px;
	left: 0px;
	/*cursor: arrow;*/
	font-size: 100%;
}
