@import url(tipografia.css);
@import url(navigazione.css);



html,body{
height:100%;
}

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:  #666666;
line-height: 20px;
}
#wrapper{
background-image: url(../images/sfondo-body.jpg);
background-repeat: repeat-x;
min-height:100%;
height:auto !important;
height:100%;
margin:0 auto -100px; /* margine negativo altezza footer */
}

#contenitore{
position:relative;
width:939px;
top:15px;
left:50%;
margin-left: -468px;
height:100%;
background-color: transparent;
min-height:100%;
}

#logo{
position:relative;
width:939px;
height:140px;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
padding-top:0;
}
#menu{
position:relative;
float:left;
background-color: transparent;
width:220px;
height:350px;
}
#contenuti{
position:relative;
float:right;
background-color: transparent;
width:690px;
height: 100%;
padding-right:10px;

}
.pushfooter{
height:130px; /* altezza footer */
clear:both; /* clear di eventuali float se presenti nel layout */
}

#footer{
background-image: url(../images/sfondo-footer1.jpg);
background-repeat: repeat-x;
background-position:bottom;
height: 100px;
}

#incentive{
background-image: url(../images/linea-incentive.jpg);
background-repeat: no-repeat;
background-position:center;
clear:both;


}

#divdx{
width:215px;
padding-left: 15px;
float:right;
text-align:center;
padding-top: 15px;
clear:both;
}