body {
	padding: 0;
	overflow: hidden;
	margin: 0;
  background-size: cover;
  	 -moz-background-size: cover;
	background-color: black;
	background-image: url(whd_bg.gif);
}

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: 280px;
	height: 30px;
}

h3 {
	font: 15px/30px Georgia, "Times New Roman", Times, serif;
	margin-top: 40px;
	margin-left: 0;

	border-bottom: 3px double #f00;
	width: 220px;
	padding-left: 45px;
}

h4 {
	font: bold 12px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 40px;
	margin-left: 55px;

	border-bottom: 3px double #f00;
	padding-left: 10px;
	width: 120px;
}

h3 em {
	color: black;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 1.5px;
	font-style: normal;
}

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;
	color: red;
}

ul li span {

	color: black;
}

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#whd_pixel {
	width: 180px;
	height: 240px;
	background: url(img/whd_pixel.png) no-repeat 0 0;
	position: absolute;
	top: 57%;
	left: 60%;
}

div#whd_pixel:hover {
	background: url(img/whd_pixel.png) no-repeat 0 -240px;

}

DIV#iso_sm a {
	background-image: url(img/iso_sm.png);
	width: 60px;
	height: 45px;
	text-indent: -9999px;
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

p {
	font: 11px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 500px;
	margin-left: 68px;
	border-left: 1px dotted red;
	padding-left: 20px;
}
