﻿@charset "UTF-8";
#counter {
	/*background-image: url(images/counter_img2.gif);*/
	/*background-repeat: no-repeat;*/
	height: 60px;
	width:475px;
	float:right;
	margin-right:10px;
	/*width: 402px;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 29px;*/
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top:30px;
	/*line-height: 20px;
	top: 0px;
	background-position: left top;
	*/
}
.countertxt {
	display:inline;
	float:right;
	font-size:34px;
	top: 10px;
	text-align:right;
	/*padding-top: 20px;*/
	/*letter-spacing: 12px;*/
	background-position: left top;
}
.counterdesc {
	display:inline;
	float:left;
	font-size:14px;
	margin-top:15px;
	margin-left:40px;
}

