body {	background-image: url(bg/bg_index.jpg);	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	color: #666666;}#Container {	width: 800px;	height: 600px;	position: absolute;	left: 50%;	top: 50%;	margin-top: -300px;	margin-left: -400px;	background-repeat: no-repeat;	cursor: pointer;	z-index: 2;	background-image: url(images/index.jpg);}#Bottom {	width: 800px;	height: 20px;	position: relative;	top: 580px;	z-index: 10;}#counter {	width: 100px;	height: 10px;	position: relative;	top: 600px;	z-index: 1;	visibility: hidden;}
