@charset "utf-8";
body {
	font-family: "Trebuchet MS";
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-image: url(images/sfondo.jpg);
	text-align: center;
	background-color: #070c04;
}
#costruction {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CCCCCC;
}


#footer {
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
}
#footer a{
	font-size: 12px;
	color: #CCCCCC;
}
a {
	color: #FFFF66;
	text-decoration:none;
}
a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
