div.titolo_statistiche {
    background-image: url("../../images/cubi_titolo.gif");
}
div.left {
    float: left;
    width:50%;
}
div.right {
    float: right;
    width:50%;
}

div.img_center {
    margin:auto;
    width: 80%;
}

.headers {
    text-align: center;
    background-color: #2C5894;
    vertical-align: middle;
    padding: 8px;
    width: auto;
    color: white;
    font-weight: bold;
    border: 1px solid white !important;
    height: 2em;
    border-top: 1px solid black;
}