﻿body
{
    background-image: url("/images/piastrella.jpg");
    background-repeat: repeat;
    font-family: Calibri;
    color: White;
    border-width: 0pt;
}

#div_esterno
{
    position: relative;
    padding-top: 0pt;
    margin: auto;
    text-align: center;
    width: 950pt;
    z-index: 0; 
}


#div_alto
{
    position: relative;
    clear: both;
    height: 130pt;
    text-align: center;
    width: 950pt;
    z-index: 1;
}

#div_alto_centro
{
    position: relative;
    width: 600pt;
    height: 0pt;
    margin: auto;
    text-align: center;
    top: -10pt;
}

#div_alto_sx
{
    position: absolute;
    height: 50pt;
    width: 50pt;
    text-align: right;
    top: 10pt;
    left: 150pt;
    z-index: 2;
}

#div_alto_dx
{
    position: relative;
    height: 0pt;
    width: 175pt;
    text-align: center;
}


#div_sfondo
{
    position: relative;
    height: 0pt;
    text-align: center;
    top: -130pt;
    left: -30pt;
    z-index: 1;
}


#div_centro
{
    position: relative;
    height: 280pt;
    text-align: center;
    margin: auto;
    width: 950pt;
    z-index: 3;
}


#div_footer
{
    position: absolute;
    width: 950pt;
    top: 420pt;
    left: -20pt;
}







/* stili */

.img_nb
{
    border: none;
}

.img_nb_gray
{
    border: none;
    filter: gray;
}

/* testo */

.t10_i
{
    font-size: 10pt;
    font-style: italic;
}

/* link */

.a8
{
    font-size: 8pt;
    text-decoration: none;
    color: White;
}

.a10_i
{
    font-size: 10pt;
    font-style: italic;
    text-decoration: none;
    color: White;
}

.a10_rb
{
    font-size: 10pt;
    text-decoration: none;
    color: red;
    font-weight: bold;
}


