@charset "utf-8";
stile {
}
* {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#030000;
}
#contenitore {
	width: 1000px;
	height:630px;
	background-color:#ebe8df;
	margin: 0 auto;
}

#testa{
	margin:0px auto;
	height:50px;
	width:500px;
	background-image:url(/static/img/contacts/bg_testa.jpg);
	background-repeat:no-repeat;
}

#sottoMenu{
	margin:0px auto;
	height:160px;
	width:1000px;
	background-image:url(/static/img/contacts/imgBarca.jpg);
	background-repeat:no-repeat;
}

#testa h1{
	position:absolute;
	visibility:hidden;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#corpo{
	height:359px;
	width:384px;
	margin:0px auto;
	background-color:#ebe8df;
	padding:55px 56px 0 60px;
}

#corpo p{
	text-align:justify;
	margin-top:5px;
	line-height:15px;
}

#corpo a{
	text-decoration:none;
	color:#711f35;
}

#chiudi{
	text-align:center;
	height:27px;
	width:384px;
	margin: 0 auto;
	padding-top:30px;
	clear:left;
}

#chiudi a {
text-align:center;
padding:5px;
width:100px;
background-image:url(/static/img/contacts/bg_submit.jpg);
background-repeat:repeat-x;
cursor: pointer;
border:none 0px transparent;
display:block;
background-position:center center;
}

	
/*-----------------------------------------------------------------------------------------------------------------------------------*/

#piede{
	background-image:url(/static/img/contacts/bg_down.gif);
	background-repeat:repeat-x;
	margin:0px auto;
	height:35px;
	width:500px;
}

