body {
	background: #00a;
}

h1 {
	background: #fff;
	color: #00a;
	font-family: "Consolas";
	text-align: center;
	max-width: 100%;
}

p {
	color: #fff;
	font-family: "Consolas";
}

p.center {
	text-align: center;
}

#contents {
	position:absolute;
  	color:#fff;
	top:50%;
	left:50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 1000px;
}

#header {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

span.underscore {
	color: #fff;
}

span.underscoreHidden {
	color: #00a;
}

a {
	color: #fff;
}

a .visited {
	color: #fff;
}