/* CSS Document */

body{
	margin-top: 80px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(sfondo.jpg);
	background-position: top center;
}
a:link {  
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
}
a:visited {  
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
}
a:hover {  
	color: #000000; 
	font-weight: normal;
	text-decoration: underline;
}
.table_generale{
	width: 600px;
}
.logo{
	padding: 20px;
	text-align: center;
}
.costruzione{
	padding: 30px;
	text-align: center;
}
.footer{
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
.footer a:link {  
	color: #890300; 
	font-weight: bold;
	text-decoration: none;
}
.footer a:visited {  
	color: #890300; 
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {  
	color: #890300; 
	font-weight: bold;
	text-decoration: underline;
}
.credits{
	font-size: 9px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}
.credits a:link {  
	color: #FF9900; 
	font-weight: normal;
	text-decoration: none;
}
.credits a:visited {  
	color: #FF9900; 
	font-weight: normal;
	text-decoration: none;
}
.credits a:hover {  
	color: #FF9900; 
	font-weight: normal;
	text-decoration: underline;
}
