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

body,html {
	margin: 0;
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
	height: 100%;
	background-color: #000000;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
p{
margin:0;
padding:0;
}
ul{
	list-style-image:url(../img/li.jpg);
	margin: 0;
	line-height: 26px;
 }
 li{
	padding: 15px 0px;
}

#testo {
	width: 511px;
	margin: 0 auto;
	line-height: 30px;
	padding: 30px 0px;
	text-align: justify;
}
#main {
	width: 720px;
	margin: 0 auto;
	height: 935px;
}
#footer {
	width: 680px;
	margin: 0 auto;
	font-size: 11px;
	padding: 20px 0px;
	color: #d0c9b9;
	line-height: 16px;
	height: 125px;
}
img{
border:0
}
a {
	text-decoration:underline;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#FFFFFF;
	text-decoration: underline;
}
#brand {
	width: 409px;
	padding-top: 77px;
	margin: 0 auto;
}
#menu {
	width: 409px;
	margin: 0 auto;
}
#foto {
	width: 524px;
	margin: 0 auto;
	padding-top: 33px;
}
.tabContatti {
	width: 515px;
	margin: 25px auto;
	line-height: 18px;
	font-size: 14px;
}

