/* Browser Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    }
/* End Browser Reset */
/**** Tags ****/


div.counter {
	/*position: absolute;*/
	/*left: 82px;	top: 0;*/
	/*left: 525px;	top: 30;*/
	width: 212px; height: 160px;
	/*background: url(images/start_counter_bg.png) no-repeat;*/
	z-index: 100;
}

div.counter div.inner { padding: 10px 0 0 0px; }
