@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-repeat: repeat-x;
	margin: 0;
	background-image: url(background.jpg);
	border: 0;
	}
	
#wrapper {
	width: 780px;
	height: 450px;
	margin-left: -390px;
	Margin-top:-137px;
	position: absolute;
	top: 50%;
	left: 50%;
	}	
#counter {
	width: 780px;
	height: 25px;
}
img {
	border: 0;
}