/* css document */


/*  ------ body e stile link ------*/


body > div#footer { position: fixed; }
body > div#sf_testata { position: fixed; }
body > div#sf_menu { position: fixed; }

a { color: #ff7500; text-decoration: none; border: none }
a:hover { color: #ffa200; text-decoration: none}
a:active { color: #ff7500; text-decoration: none }


.body {


background-color:#FFFFFF;}

/*----- testata -----*/
#testata {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	
	
}
#sf_testata{
	background-color: #ffffff;
	width: 100%;
	height: 60px;
	text-align: center;
	margin: 0px auto;
	top: 0px;
	padding: 0px;
	position:absolute;
	z-index: 10;
}

#img_sx{
	width: 301px;
}

#img_dx{
	width: 183px;
	float: right;
}





/*------- body ---------*/
#contenuti{
	height: auto;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	
	text-align: center;
	color: #FFFFFF;
}
#sf_contenuti{
	width: 100%;
	text-align: center;
	z-index: 2;
}

