.gigante { 
    font-size: 96pt; 
    color: #999999; 
    font-family: "Times New Roman", Times, serif
}
body {  
    text-align: 
    justify; background-color: #FFFFFF; 
    font-family: Arial, Helvetica, sans-serif ; 
    margin-right: 10%; margin-left: 10%
}

.titlebox { 
    font-size: x-large; 
    width: 100%; height: auto; 
    padding-top: 5pt; padding-bottom: 5pt; 
    background-color: #FFFFCC; 
    margin-bottom: 10pt; 
    margin-top: 5pt;
    padding-right: 5pt; 
    padding-left: 5pt; 
    border-style: solid; 
    border-top-width: thin; 
    border-right-width: thin; 
    border-bottom-width: thin; 
    border-left-width: thin
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
    height: 2em; /* .push must be the same height as .footer */
}

.centered {
    width: 20em;
    margin-left: auto;
    margin-right: auto;
}

.vcentered {
    display: table-cell;
    vertical-align: middle
}

.vcontainer {
    top: 0; left: 0; width: 100%; height: 90%;
    position: fixed; display: table
}



