body {
		 margin-top: 0px;
		 text-align: center;
		 font-family: arial;
		 font-size: 14px;
		 background-image: url("../img/bg2.jpg");
		 background-position: center;
}

div#main {
		 margin: 0px auto;
		 width: 700px;
		 height: 100%;
		 background-color: #FFFFFF;
}

span.contatore {
		 font-size: 10px;
}

div#main a:link {
		 color: #000000;
		 font-weight: bold;
		 text-decoration: none;
}
div#main a:active {
		 color: #FECA00;
		 font-weight: bold;
		 text-decoration: none;
}
div#main a:visited {
		 color: #000000;
		 font-weight: bold;
		 text-decoration: none;
}
div#main a:hover {
		 color: #FECA00;
		 font-weight: bold;
		 text-decoration: none;
}
