/* -----------DATI GENERALI HTML --------*/html,body{margin:0;padding:0}body{font: 12px Verdana,Arial,sans-serif;    color: #3f3f3f;}/*------------------------*//* -------CONTENITORE SITO----------- */div#contenitore {    width:1000px;    height:650px;	    overflow:hidden;    background: #FFFFFF;    margin-left:auto;    margin-right:auto;    text-align: center;}/*------------------------*//* -------HEADER----------- */div#header {    width:798px;    height:100px;    margin-left:auto;    margin-right:auto;}div#ora{    font: 11px Verdana,Arial,sans-serif;    color: #3f3f3f;        margin-left:109px;     text-align:left;	    height:14px;}div#area{    font: 10px Verdana,Arial,sans-serif;    color: #3f3f3f;      float:right;    text-align:right;    margin-right: 109px;      height: 14px;}a,a:hover div#area{    text-decoration:none;}/*------------------------*//* -------MENU----------- */div#menu{	width:800px;	height:60px;		margin-left:auto;	margin-right:auto;	margin-top:-10px;	position: relative;	z-index:10;}div#icone{	width:307px;	height:60px;		margin-left:auto;	margin-right:auto;	background: url(../img/menu.png) no-repeat;}/* LINK E ICONE */div#home{    width:52px;    height:52px;	    position:absolute;    left:251px;    top:4px;}div#chisiamo{	width:52px;	height:52px;		position:absolute;	left:333px;	top:4px;}div#contatti{	width:52px;	height:52px;		position:absolute;	left:416px;	top:4px;}div#help{	width:52px;	height:52px;		position:absolute;	left:498px;	top:4px;}/*------------------------*//* -------CORPO CENTRALE----------- */div#centrale{	height:520px;		margin-top:-20px;	z-index:1;}/* -- DATI -- */div#main{    margin: auto;    width:800px;    height:500px;}div#bordo_sup{    width:800px;    height:12px;    background: url(../img/main_bordo_superiore.png) no-repeat;}div#bordo_inf{    width:800px;    height:12px;    background: url(../img/main_bordo_inferiore.png) no-repeat;}div#bordo{    width:800px;    height:476px;    background: url(../img/bordo.png) repeat-y;    overflow:hidden;}div#dati{    width:770px;    height:450px;    overflow-y: auto;    overflow-x: hidden;    text-align:left;	    margin:5px;    margin-top:15px;    background:no-repeat;    border:1px;}/* -- SFONDO LATO -- */div#cap_sx{    width:100px;    height:482px;	    background: url(../img/capitello_sx.png) no-repeat;    float:left;    margin-top:10px;}div#cap_dx{    width:100px;    height:482px;    background: url(../img/capitello_dx.png) no-repeat;    float:right;    margin-top:10px;}/*------------------------*//* -------FOOTER----------- */div#footer{    width:800px;    height:12px;    margin-left:auto;    margin-right:auto;    font-size:10px;    /*background: #F56565;*/}/*------------------------*//* --------- COUNTER --------------*/div#counter{    width:800px;    height:12px;    text-align:center;    margin-left:auto;    margin-right:auto;    font-size:10px;		    color:#666666;}/*--------------------------------*/
