﻿html, body, h1 {
	margin: 0;
	padding: 0;
}
body {
	background: #111;
	color: #ccc;
	font: 11px Verdana, Arial, sans-serif;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 16px;
	margin: -8px 0 0 -45px;
	text-align: center;
	text-shadow: 0 0 2px #000;
}
h1:hover {
    color: #fff;
}