@charset "UTF-8";
/* CSS Document */

#sfondo {
	width:100%;
	height:150px;
	background-image: url(img/Testata_02.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
}
#sfondopagina {
	width:100%;
	height:100%;
	background-color:#000;
}
#contentpagina {
	width:992px;
	height:auto;
	margin:auto;
}
#pagina {
	width:981px;
	height:auto;
	float:right;
	margin-top:20px;
}
#contentesta {
	width:1012px;
	height:134px;
	margin:auto;
}
#logo {
	width:189px;
	height:83px;
	float:left;
	margin-top: 36px;
}
#contbanner {
	width:729px;
	height:90px;
	float: right;
	margin-right: 10px;
}

#base {
	width:1012px;
	height:31px;
	float:left;
	background-image:url(img/Testata_16.jpg);
}

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
}

