html, body
{
    height: 100%;
    width: 100%;
}

#container
{
    background-color: #FFF;
    position: relative;
    margin: 0 auto;
    height: 50px;
    width: 973px;
    cursor: pointer; 
}

.logos
{
    background-color: #FFF;
    width: 763px;
    float: right;
    height:  100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

#remain
{
    background-color: #FFF;
    width: 202px;
    float: left;
    height:  100%;
    background: #FFF url(convenzioni-gold.png) no-repeat center center;
}