html,body {
    height: 100%;
    text-align: center;
    font-size:100%;
}
div#pagina {
    min-height: 100%;
    height: auto;
    text-align: center;
    margin: auto;
}

/* TITOLO */
div#title {
    width: 100%;
}

/* FOOTER */
div.container {
    position: relative;
    top: 15px;
}
footer {
    background-color: #F06E73;
    height: 3em;
    clear: both;
    color: #FFFFFF;
    font-size: 18px;
}