@charset "utf-8";
body {
	/* Set main font family */
    font-family:Verdana,Arial,Helvetica,sans-serif;
	/* Set the font size of the main paragraphs */

	/* Set the background to be the color of the content background */
	background-image:url(images/bg-grad.jpg); 
	margin: 0px;
	/*background-position:top center;*/
	background-repeat: repeat-x;
	/* background-color: #c9bed2; */
}
#back {
width: 100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-2;
	margin-left: auto;
	margin-right: auto;
overflow-x: hidden;
overflow-y: hidden;
}
#frontpagetxt{
line-height: 18px;
}
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height: 18px;
}
ul {
line-height: 16px;
font-size: 11px;
}
h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
line-height: 17px;
color:#990099;
}
.gogreen {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
line-height: 17px;
color:#66CC33;
}
#countbox {
	font-size: 24px;
	vertical-align: middle;
	text-align: center;
	
	color:red;
	font-weight:900;
	border: 0px none;
	margin-top:10px;
	margin-bottom:0px;
	width:100%;
}