body, html {height:100%;width:100%;margin:0;padding:0}
.back {background:url(../background.jpg) no-repeat bottom;height:100%;width:100%}
.center {position:absolute;left:50%;margin-left:-450px;top:50%;margin-top:-300px}
#counter {
	position:absolute;
	left:50%;
	margin-left:-380px;
	top:50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #bfbfbf;
	margin-bottom: 12px;
}


