/**  CSS: A Letter For Sally*  Data creazione: Luglio 2009*  Autore: Luca Franzetti*  Note: *//*IMPORT SECTION*/@import url(nav.css);@import url(common.css);@import url(ist.css);@import url(form.css);@import url(lightbox.css);/*GENERIC RULES*/body{	font:normal 62.5% Verdana, Arial, Helvetica, sans-serif;	line-height:150%;	background:#000;	color:#333;	padding:0;	margin:0;	text-align:center}hr{display:none}h1{display:none}h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}ul,li{padding:0;margin:0}img{border:0}img,div,h2{behavior:url("iepngfix.htc")}table{font-size:100%}a,a:hover,a:visited{text-decoration:none}/*utils*/div{text-align:left}.hide{display:none}.hidden{visibility:hidden}.clear{clear:both}/*LAYOUT*/#layout{	width:900px;	margin:0 auto;	clear:both;	overflow:hidden}#header{	width:900px;	height:299px;	clear:both;	overflow:hidden;	background:url("../img/bghdr.jpg") no-repeat top left #000}#container{	width:780px;	clear:both;	overflow:hidden;	margin-left:60px;	background:urL("../img/bgcnt.jpg") no-repeat top left #000}#left{	width:175px;	margin-left:25px;	float:left;	display:inline}#right{	width:535px;	margin-left:20px;	float:left;	display:inline}#bottom{	width:780px;	height:45px;	clear:both;	overflow:hidden;	background:url("../img/bgftr.png") no-repeat top left}#footer{	width:780px;	height:22px;	clear:both;	overflow:hidden;	padding-top:5px;	margin:0 0 20px 60px;	background:url("../img/img-designed.gif") no-repeat 0px 5px}