html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}

#centeredcontent 
{
	width: 955px;
	height: 625px;

	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -477.5px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -312.5px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}

#div_counter
{
	width: 955px;
	height: 625px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -477.5px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -312.5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 4px;
	color: #000;	/* Half the height of the DIV tag which is also 50 pixels */
}
</style>
