@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/img/pattern.jpg);
	margin: 0;
}

a { text-decoration: none; }

img#borsone {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

div#testata, div#testata2 {
	background-image:url(/img/testata.jpg);
	background-repeat:repeat-x;
	background-position: center bottom;
	height: 110px;
	width:100%;
	padding-top: 80px;
}
div#testata2 {
	background-position:left; 
	height: 110px;
	padding-top: 0;
}

div#testo {
	background-image:url(/img/fondo.png); 
	width: 95%; 
	height: 195px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: small;
	padding: 5px;
}

div#logoH {
	position: absolute;
	margin-top: 0;
	text-align: center;
	width: 100%;
	height: 535px;
	background-image:url(/img/logo_home.png);
	background-repeat:no-repeat;
	background-position: center;
}

img#lingue {
	border: 0;
	padding-top: 285px;
	margin: 5px;
}

div#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-align:right;
	position:absolute;
	right: 10px;
	bottom: 30px;
	font-weight: bold;
}
div#footer a { color:#333333; }