/* ******************************************************************* PARTI COMUNI */
body {
	margin: 1px;
	padding: 0;
	font: 12px 'Trebuchet MS', Arial, Sans-serif;
	color: #c0a147;
	text-align: center;
	background-color:#000000;
	
}
#box {
	width: 979px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	
}
/* ******************************************************************* FINE PARTI COMUNI */
/* ******************************************************************* TESTA*/
#logo{
	position:absolute;
	top:-16px;
	left:16px;
}
#testata{
	font:26px Arial, Helvetica, sans-serif;
	color:#745f26;
	margin:33px 56px 12px 0;
	padding:0;
	text-align:right;
}
/* ******************************************************************* FINE TESTA*/
/* ******************************************************************* FOTO*/
#foto_index{
	border-top:2px solid #bfa045;
	border-bottom:2px solid #bfa045;
}
/* ******************************************************************* FINE FOTO*/
/* ******************************************************************* SOTTO FOTO*/
#entra{
	font-size:16px;
	text-align:center;
	margin-top:15px;
}
#entra a:link, #entra a:visited, #entra a:hover, #entra a:active{
	color:#c0a147;
	text-decoration:none;
}
#entra a:hover{
	font-weight:bold;
}
#skip{
	text-align:center;
	margin-top:27px;
}
#skip a:link, #skip a:visited, #skip a:hover, #skip a:active{
	color:#745f26;
	text-decoration:none;
}
#skip a:hover{
	font-weight:bold;
}
address{
	font-style:normal;
	font-size:11px;
	text-align:center;
	color:#a1915f;
	border-top:1px solid #3a3114;
	line-height:35px;
	margin-top:8px;
}
address a:link, address a:visited, address a:hover, address a:active{
	color:#a1915f;
	text-decoration:underline;
}
/* ******************************************************************* FINE SOTTO FOTO*/
