html
{
	background: #000;
	color: #fff;
}
div#text
{
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 1em;
	color: #3f3;

	width: 170px;
	height: 23px;

	text-align: center;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
