* {
	margin: 0;
}
html, body {
	height: 100%;
	background-image:url(../img/tema/sfondo_1.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}
#contenitore {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
width:866px;
}

#contenitore_2{
width:866px;
float:left;

background-image:url(../img/tema/sfondo_2.png);
}

#footer{
	height: 120px; /* .push must be the same height as .footer */
	width:100%;
	background-image:url(../img/tema/sfondo_3.png);
	float:left;

}

#push{
height:122px;
width:100%;
}

#tondo{
width:866px;
height:20px;
margin-left:auto;
margin-right:auto;
background-image:url(../img/tema/sfondo_pie.png);
	float:left;
	text-align:center;

}

#header{
float:left;
width:799px;
margin-left:35px;
}

#centro{
background-image:url(../img/tema/campo.jpg);
background-color:#FFFFFF;
float:left;
width:799px;
margin-left:35px;
min-height:417px;
background-repeat:no-repeat;

}

#trasp{
width:748px;
margin-left:25px;;

float:left;


}
h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
display:inline;
}
p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

a{
text-decoration:none;
}
img{
border:0px;
}


img.bd:hover{
border:solid 2px #F5E734;
}


