body {	margin: 0px;	padding: 0px;	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	text-align: center;	background: #000000;	color: #ffffff;	}#testata {	margin: 0px;	padding: 0px;	width:760px;	height:50px;	text-align: center;	/*background: #000000;*/	background-image: url(../imm/testata.jpg);	}#contenuto {	margin: 0px;	padding: 0px;	width:760px;	height:100%;	}#left {	margin: 0px;	padding: 0px;	width:250px;	height:590px;	background: #000000;	background-image: url(../imm/left.jpg);	float:left;	}#cont {	margin:0;	padding:0;	width:510px;	height:590px;	background: #000000;	background-image: url(../imm/contenuto.jpg);	float:left;	}#cont2 {	margin:0;	padding:0;	width:510px;	height:1000px;	background: #000000;	background-image: url(../imm/contenuto.jpg);	background-position:top;	background-repeat:no-repeat;	float:left;	}#piede {	margin: 0px;	padding: 0px;	width:760px;	height:30px;	text-align: center;	background: #000000;	}p	{	margin:0px;	font-size: 12px;	color: #ffffff;	padding:5px;	line-height:1.4em;	text-align:left;	float:left;	width:430px;	}p.credits	{	margin:0px;	font-size: 15px;	color: #ffffff;	padding-top:50px;	line-height:1.4em;	text-align:center;	float:left;	width:350px;	}ul {	margin-top: 290px;	padding-left: 15px;	text-align:left;	}li {	/*list-style-image: url(../imm/graffetta.gif);*/	height:2.5em;	line-height:2.5em;/* altezza del link: height e line-height devono avere il medesimo valore */	font: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	color:#ffcc00;}A:link{ 		text-decoration: none;		color: #ffcc00;		font-size: 13px;	 }A:visited{		 text-decoration: none;		 color: #ffcc00;		 font-size: 13px;		  }A:hover{ 		 text-decoration: underline;		 color: #ffffff;		 font-size: 13px;		}