body {
	padding: 0;
	overflow: hidden;
	margin: 0;
	background: yellow repeat;
}

div#intro {
	visibility: hidden;
}

h1 {
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 300px;
	margin-left: -200px;
	margin-top: -150px;
	z-index: -1;
	background: url(img/whd.png) 0 -300px;
}

h1:hover {
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 300px;
	margin-left: -200px;
	margin-top: -150px;
	z-index: -1;
	background: url(img/whd.png) 0 0;
}

h2 {
	font: 15px/30px Georgia, "Times New Roman", Times, serif;
	margin-top: 40px;
	margin-left: 40px;
	width: 260px;
	height: 30px;
}

h2 a {
	color: black;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: 3px double #f00;
}

h2 a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 3px solid #f00;
}

h2 a em {
	color: black;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 1.5px;
	font-style: normal;
}

h2 span {
	visibility: collapse;
	border-bottom-style: none;
}

h2:hover span {
	visibility: visible;
	font-size: 12px;
	margin-left: 10px;
	font-style: italic;
}

ul {
	font: 10px/25px Georgia, "Times New Roman", Times, serif;
	margin-left: 40px;
}

ul li {
	list-style-position: outside;
	list-style-type: square;
}

li a {
	text-decoration: none;
	border-bottom: 3px double #f00;
	margin-left: 0;
	color: black;
}

li a:hover {
	text-decoration: none;
	border-bottom: 3px solid #f00;
	color: black;
}

div#sergio_pixel {
	width: 180px;
	height: 480px;
	background: url(img/whd_pixel_lg.png) no-repeat -180px 0;
	position: absolute;
	top: 56%;
	left: 56%;
}

div#sergio_pixel:hover {
	background: url(img/whd_pixel_lg.png) no-repeat -180px -480px;

}