/* CSS Document */

body{
	background-color: #000000;
	background-image: url(images/sfondoHome.jpg);
	background-repeat: repeat-x;
}
.tableGenerale{
	width: 920px;
}
.tdContenuto{
	width: 920px;
	color: #FFFFFF;
	font-family: "Century Gothic", Century, Verdana;
	font-size: 10px;
	text-align: center;
}
.tdfooterHome{
	width: 920px;
	height: 50px;
	color: #FFFFFF;
	font-family: "Century Gothic", Century, Verdana;
	font-size: 10px;
	text-align: center;
}

a:link {  
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none;
}
a:visited {  
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none;
}
a:hover {  
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: underline;
}
.logoHome{
	text-align: center;
	padding-top: 120px;
}
.tdAccessoSx{
	padding-top: 150px;
	padding-left: 80px;
	font-size: 18px;
	width: 50%;
	text-align: left;
}
.tdAccessoDx{
	padding-top: 150px;
	padding-right: 80px;
	font-size: 18px;
	width: 50%;
	text-align: right;
}