/* 
    Document   : fondo
    Created on : 27.04.2011, 17:20:39
    Author     : Enrico Ulivieri
    Description:
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.tr_fondo, .td_fondo {
    position: absolute;
}

.td_fondo div.albero1 {
        position: absolute;
        left: 388px; /* 454px; */
        top: -76px;
        z-index:-2;

        height: 300px;
        width: 300px;
    }
.td_fondo div.albero2 {
        position: absolute;
        top: -52px;
        left: 298px; /* 348px; */
        z-index:-1;

        height: 283px;
        width: 283px;
    }
.td_fondo div.bottone1 {
        position: absolute;
        left: 20px;
        top: 0px;

        width: 120px;

        text-align: center;
        color: rgb(0, 150, 255);
        font-size: 16px;
        font-weight: bold;
    }
.td_fondo div.bottone2 {
        position: absolute;
        top: 12px;
        left: 130px;

        width: 120px;

        text-align: center;
        color: rgb(0, 150, 255);
        font-size: 16px;
        font-weight: bold;
    }
.td_fondo div.bottone3 {
        position: absolute;
        left: 240px;
        top: 17px;

        width: 120px;

        text-align: center;
        color: rgb(0, 150, 255);
        font-size: 16px;
        font-weight: bold;
    }
.td_fondo div.copyright {
        position: absolute;
        top: 136px;
        left: 250px; /* 285px; */
        width:120px;

        font-size: 10px;
    }
