body {
    font: 14px Arial;
    color: #b0b0b0;
    background-color: #333333;
    border: 0px;
    border-style: solid;
    border-color: #ffffff;
    text-align: justify;
}

div.center {
    left: 2%;
    right: 2%;
    position: absolute;
    top: 0px;
    padding: 0px;
    border: 0px solid;
    }

h1 {
    color: #ffffff;
    margin: 0px;
    }

h2 {
    color: #ffffff;
    }

a {
color: #ff0000;
}

div.tresc {
    position: absolute;
    max-width: 600px;
    top: 20px;
    right: 40%
    }

div.foto {
    position: absolute;
    top: 20px;
    width: 20%;
    left: 62%;
    }
div.foto img {
    max-width:185%;
    }
