html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 75% "Arial", fantasy;
	color: #000;
	background-color: #fff;
	margin: 0;
}

img {
	display: block;
	border-style: none;
}


/* link */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}




/* Pagina */
div#page {
	position: relative;
	top: 40px;
	width: 835px;
	margin: 0 auto;
}

#counter {
	font-size: 110%;
	position: absolute;
	top: 383px;
	right: 162px;
}
#counter img {
	display: inline;
	vertical-align: middle;
}

#footer {
	position: absolute;
	top: 425px; left: 123px;
	width: 550px;
	color: #999;
	text-align: center;
	margin: 0 auto;
}
#footer a {
	color: #999;
}


#intro {
	border: 1px solid red;
	position: absolute; 
	width: 720px;
	top: -150px;
}

.iconAdatto {
	margin: 0px auto;
}