/******************** inizio GENERICI ************************/
body{
	background-color:#272728;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#929294;
}

a:link {
	text-decoration: underline;
	color: #B2B2B2;
}
	
a:hover {
	text-decoration: none;
	color: #B2B2B2;
}

a:visited {
	color: #B2B2B2;
	text-decoration: underline;
}

#container{
	width:952px;
	height:auto;
	margin:auto;
	background-color:#19191A;
}

#body2{
	width:952px;

	background-image:url(../images/background/back_body.gif);
	background-repeat:repeat-y;
}

#sx{
	width:474px;
	float:left;
	background-color:#1A1A1B;
	background-image:url(../images/background/back_sx.gif);
	background-repeat:no-repeat;
}

#centre{
	width:320px;
	float: left;
	background-color:#0D0D0E;
	background-image:url(../images/background/back_centre.gif);
	background-repeat: repeat-y;
}

#dx{
	width:156px;
	float:right;
	background-color:#1A1A1B;
	background-image:url(../images/background/back_dx.gif);
	background-repeat:no-repeat;
}

#header{
	height:101px;
	background:#000000;
	background-image:url(../images/background/back-top.gif);
	background-repeat:repeat-x;
}

#indirizzo_header{
	width:600px;
	margin-right:10px;
	margin-top:65px;
	float:right;
}

h1 {
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:normal;
}

h2{
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:normal;
}

h3{
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:normal;
}

h4{
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:normal;
}

a{
	text-decoration:none;
	color:#04355E;
	cursor: pointer;
}

p{
	margin:0px;
	padding:0px;
}

#text{
	margin-top:10px;
	margin-left:35px;
	margin-right:35px;
}

#text1{
	margin-top:170px;
	margin-left:15px;
	margin-right:10px;
}

#footer1{
	background-image:url(../images/background/back_parete.gif);
	height:auto;

}

#footer{
	background: url(../images/background/back_footer.gif);
	height:90px;
	padding-top:10px;
	color:#4A4A4A;
	font-size:10px;


