@import url('reset.css');

body {
	margin: 0; padding: 0;
	background: #ddd url(grx/welcome-page.jpg) no-repeat center top;
}

#pageIs {
	background: #ddd url(grx/welcome-page.jpg) no-repeat center top;
}


h1 {
position: absolute; top: 100px; left: 50%;
margin: 0 0 0 -300px;
width: 600px;
font-size: 30pt;
text-align: center;	
text-indent: -9999px;
	}

#counter {
position: absolute; top: 10px; left: 0;
width: 95%;
text-align: right;
font-family: 'Segoe UI', 'Sans-Serif';
font-size: 10pt;
color: transparent;
}
