html {
    margin: 0;
    padding: 0;
    height: 100%;
    margin-bottom: 1px; 
}
html {
    min-height: 100%;
}

body {
    margin: 0;
    /*margin-top: 20px;*/
    padding: 0;
    width: 100%;
    background-image: url(../image/bkg.jpg);
    background-repeat: no-repeat;   
    background-color: #e9e9e9;
    border:0px solid violet;    
    height: 100%;
    text-align: center;
}

#nonFooter {
    width:<$Const larghezzaPag$>px;
    height:auto;
    display:block;
    margin:auto;
    border:0px solid violet;
    position: relative;
    min-height: 100%;
    background:#ffffff;
    text-align:center;
    width:1020px;
}

* html #nonFooter {
    height: 100%;
}

#content {
    height:auto;
    display:block;
    margin:auto;
    background:#ffffff;
    border: 0px solid red;
    height:100%;
    margin-bottom: 3.6em;   

}

#footer {
    position: fixed;
    width:<$Const larghezzaPag$>px;
    height:auto;
    display:block;
    text-align:center;  
    margin:auto;
    width:1020px;   
    /*margin-top: -3.6em;   */
}


#contenitore {
    margin: auto;
    position:relative;
    width: 1020px;
    min-height: 100%;
    height:auto;
    display:block;
    margin:auto;
    border:0px solid red;
    text-align:center;
    width: 1020px;
}
#corpoCX {
    height:auto;
    display:block; margin:auto;
    background:#ffffff;
    border:0px solid red;
    width:<$Const larghezzaPag$>px;
    padding-bottom: 108px;      
}
#corpoCXhome {
    height:auto;
    display:block;
    margin:auto;
    background:#ffffff;
    border:0px solid red;
    width:<$Const larghezzaPag$>px;     
}
#articolo01 {
    height:auto;
    display:block;
    margin:auto;
    background:#ffffff;
    border:0px solid violet;
    height:100%;    
}


#headhome {
    position:relative;
    text-align:center;
    border:0px solid black;
    height:auto;
    width:<$Const larghezzaPag$>px;
    width:1020px;
}




#centrale {
    width: 1020px;
    background: #FFF;
    position: relative;
    border:0px solid blue;
    text-align:center;
    vertical-align:top;
}

#footerhome {
    position: relative;
    height:auto;
    border:0px solid yellow;
    text-align:center;
    vertical-align:top;
    width:<$Const larghezzaPag$>px;
    margin-top: 0em;    
}
