@CHARSET "ISO-8859-1";
/* conv*/
#banner {
	float:left;
	margin-bottom: 20px;
	width:660px;
	background:url('images/grafica/banner.jpg');
	height:300px;
	}
.testoBanL a{
	float:left;
	width:188px;
	padding:20px;
	margin: 64px 102px 0 0;
	text-align:left;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px
}
.testoBanR  a{
	float:left;
	width:186px;
	padding:20px;
	margin: 64px 0 0 101px;
	text-align:right;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}
.testoBanL a:hover, .testoBanR a:hover {
	text-decoration: underline;
	color: #fff;	
}
/*end  conv*/
#help1{
	position: absolute;
	width:240px;
	height: 180px;
	background:url(images/helpL.png) no-repeat top left;
	padding:30px 20px;
	margin: -130px 10px;
	display: none;
	z-index:1010;
	text-align:center;
}
#help2{
	position: absolute;
	width:240px;
	height: 180px;
	background:url(images/helpR.png) no-repeat top right;
	padding:30px 20px;
	margin: -130px 370px;
	display: none;
	z-index:1010;
	text-align:center;
}
#header {
	margin: 0 0 0 0;
	padding: 0;
	height: 215px;
	width: 960px;
	float:left;
}
#editHome {
	margin-top:10px;
}
#siteLogo {
	width: 420px;
	height: 100px;
}
#siteLogo img{
	display: none;
}