@charset "utf-8";
body {
	background-image: url(../IMG/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #171717;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#contenitore {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	margin-top: 20px;
}
#contenitore #menu {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#contenitore #contenuto {
	background-image: url(../IMG/bg_contenuto.gif);
	background-position: center;
	background-repeat: repeat-y;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
}
#contenitore #footer {
	padding: 10px;
	color: #444444;
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	text-align: right;
	color: #444444;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:hover {
	color: #CC0000;
}
.tabella-bordi, .tabella-bordi td    {
	border: 1px solid #666666;
	border-collapse:collapse;
}

