*{margin:0;padding:0;font-size:100%}
body { font: bold 50px/150% Arial, sans-serif; text-align: center; }

.section {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -75px; /* line-height * 0.5 */
}

#comment, #left {
	font-weight: normal;
	font-size: 12px;
}

/* From HTML5 Boilerplate */
/* Hide only visually, but have it available for screenreaders
www.webaim.org/techniques/css/invisiblecontent/
Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
h1, .visuallyhidden { position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }


a { color: black; }
