html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	behavior: url(iepngfix.htc);
	}
p{
	margin: 0;
	padding: 0;
	}
a{
	color:#FFCC00;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
img{
	border: none;
	behavior: url(iepngfix.htc);
	}
div.principale{
	width: 902px;
	margin: 0 auto;
	min-height: 500px;
	}
/*---------------------------------------------testata--------------------------------*/
div.header{
	background-color: #00086c;
	height: 112px;
	padding: 0;
	margin: 2px 0 0 0;
	border-top: 1px solid #FFF;
	position: relative;
	}
div.head{
	background-image:url(../images/bg_head.jpg);
	background-repeat: repeat-y;
	height: 100px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 0;
	margin: 10px 0 0 0;
	}
img.logo{
	float: left;
	margin: 20px 0 0 20px;
	}
img.buttongallery{
	position: absolute;
	bottom: 10px;
	right: 10px;
	}
/*-------------------------------------------corpo--------------------------------------*/
div.corpo{
	background-color:#000066;
	background-image: url(../images/bg_body.jpg);
	width: 902px;
	height: 636px;
	position: relative;
	behavior: url(iepngfix.htc);
	}
div.content{
	float: left;
	width: 300px;
	text-align: justify;
	margin: 50px 0 0 30px;
	}
h3{
	font-size: 25px;
	color:#FFFFCC;
	margin: 30px 0 0 40px;
	}
ul{
	padding: 0;
	margin: 20px 0 0 50px;
	font-size: 13px;
	}
li{
	padding: 0;
	list-style-type:square;
	text-transform:uppercase;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
img.telefono{
	position: absolute;
	bottom: 6px;
	left: 26px;
	}
img.dove{
	position: absolute;
	bottom: 18px;
	right: 33px;
	}
/*------------------------------------------footer---------------------------------------*/
div.footer{
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 116px;
	widows: 902px;
	border-top: 1px solid #FFF;
	padding: 0;
	margin: 0;
	color:#000033;
	behavior: url(iepngfix.htc);
	}
div.footer p{
	padding: 10px 0 0 0;
	}

/* CSS Document */

