html { width: 100%; height: 100%; margin: 0; padding: 0; }
body {
	padding: 0;
	background: #000 no-repeat center center;

}
h2 { display: none; }

a#mailLink {
	display: block;	
	width: 500px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 5px 0 0 -90px;
	order: 1px solid #f00;
	text-indent: -9999px;
}

	
