body, html {margin: 0; padding: 0; height: 100%;}

body {
	min-width: 870px; min-height: 640px; position: relative;
	background: #FFF;
}


div.center {
	position: absolute; top: 50%; left: 50%;
	margin: -30.7em 0 0 -39.6em;
	font-size: 10px;
	color: #000;
}


p {
	font: 1.9em/1.21em 'Courier', monospace;
	margin: 0 0 1.21em 0;
	white-space: nowrap;
}
p.contact {font-size: 1.3em; padding-top: 1.65em; margin-bottom: 0;}

a {text-decoration: underline; cursor: pointer; color: #000;}
a.colorResistant {color: #000 !important;}

