html, body, #tabella {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
}

a  {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#tabella {
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
    width:900px;
}

body {
	margin: 0;
	background-color: #303030;
}

#contenitore {
	margin: auto;
	width: 900px;
	height: 636px;
	overflow: hidden;
	border: 1px solid #FBDACA;
}

#footer {
	margin: auto;
	margin-top:5px;
	width: 850px;
	height: auto;
	overflow: hidden;
	font-family: sans-serif, Arial, Helvetica,
tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#contatore {
	visibility:hidden;
	width: auto;
	float: right;
	clear: both;
}