﻿html, body
{
    position: relative;
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
form
{
    position: relative;
    height: 100%;
    width: 100%;
}
#head
{
    position: relative;
    height: 100px;
    width: 100%;
    background-color: #113042;
}
#content
{
    position: absolute;
    top: 100px;
    bottom: 100px;
    background-color: #FFFFFF;
    width: 100%;
    text-align: center;
    overflow: auto;
}
div.content
{
    background-image: url('/immagini/loghi/screen_bionde_scontornato_entra.gif');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    cursor: hand;
}
#footer
{
    position: absolute;
    bottom: 0px;
    height: 100px;
    background-color: #113042;
    width: 100%;
    background-image: url('immagini/varie/dati_trasparente_noantialias.gif');
    background-position: bottom center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
* html div#content
{
    position: absolute;
    height: expression(document.body.clientHeight - 200 + "px");
}

img.logo
{
    position: absolute;
    top: 40px;
    left: 120px;
    z-index: 15;
}

img.angolosx
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

img.rectanglesx
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
}