﻿#header
{
    background-image: url('/images/header.jpg');
    height: 258px;
    width: 990px;
}
#logo
{
    position: relative;
    width: 222px;
    height: 40px;
    top: 72px;
    left: 9px;
}
#payoff
{
    float: right;
    position: relative;
    width: 638px;
    height: 25px;
    right: 0px;
    top: 107px;
    padding-top: 4px;
    padding-left: 10px;
    font-family: Georgia, Serif;
    font-size: 0.9em;
    color: #FFFFFF;
}
#conoscenza
{
    left: 390px;
}
#conoscenza span.evidenziato
{
    font-size: 1.6em;
    color: #FF9900;
}
#sviluppo
{
    left: 400px;
}
#sviluppo span.evidenziato
{
    font-size: 1.6em;
    color: #66CC00;
}
.pulsante
{
    float: left;
    position: relative;
    top: 120px;
    background-image: url('/images/pulsante.png');
    background-repeat: no-repeat;
    width: 290px;
    height: 71px;
    text-align: center;
    padding-top: 12px;
    font-family: Georgia, serif;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #666666;
    cursor: pointer;
}
#header a
{
    text-decoration: none;
}
