#head
{
    background: url('header.jpg') top no-repeat;
}
.images_table
{
    background: url('pellicola.gif') repeat-x;
    height: 56px;
    margin: 4px;
}
.button_beige
{
    width: 108px;
    height: 26px;
    background: url('button_beige.gif') bottom no-repeat;
    vertical-align: middle;
    text-align: center;
    padding-top: 9px;
    margin-top: 5px;
    
}

.button_beige a
{
    color: #fff;
    font-size: 9px;
}

.button_white
{
    width: 104px;
    height: 26px;
    background: url('button_white.gif') bottom no-repeat;
    vertical-align: middle;
    text-align: center;
    padding-top: 9px;
    float: left;
    margin-left: 10px
    
}

.button_white a
{
    color: #fff;
    font-size: 9px;
}

