
* { margin: 0px; padding: 0px; }
html { overflow: -moz-scrollbars-vertical; }
html, body { width: 100%; height: 100%; background-color: #FFFFFF; }


div#divContent {
	width: 960px;
	height: 400px;
	clear: both;
	margin: 0px auto;
	position: relative;
	top: -200px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */

}
div#divLayout {
	width: 100%;
	height: 50%; /* Bump div#blueBox down half the height of the screen. */
	margin-top: -200px; /* Half the height of div#blueBox. */
	float: left;
	visibility: hidden;
}

div#Counter { display: block; width: 960px; margin: auto; text-align: right; padding: 5px 0px 0px 0px; }
div#Counter label { display: inline-block; font-size: 11px; color: #FFFFFF; font-weight: bold; padding: 0px 5px 0px 55px; height: 14px; background: #666666 url('../images/counter/counter.gif') center left no-repeat; } 
div#Counter label img { width: 14px; height: 14px; border: 0px; }