Pronti. Speriamo di risolvere sto problema...uff...

Codice PHP:
/* CSS Document */

body {

    
margin:0px;
    
padding:0px;
    
}

.
main_table {

    
width100%;
    
height100%;
    
padding:0px;
    
margin:auto;
    
}

.
main_upper_bar {

    
background:url(../img/sfondo_sup.jpg);
    
margin:auto;
    
padding:0px;
    
}

.
main_bottom_bar {

    
background:url(../img/sfondo_inf.jpg);
    
}

.
main_central_bar {

    
background:url(../img/sfondo_cent.jpg);
    
}

.
content_table {

    
width100%;
    
height100%;
    
}

.
menu_table {

    
width100%;
    
height21px;
    
}

.
menu_col {

    
width774px;
    
background:url(../img/menu.jpg);
    
background-position:center;
    
text-align:left;
    
color:#FFFFFF;
    
font-family:Verdana;
    
font-size:10px;
    
margin:auto;
    
}

.
content_col {

    
width791px;
    
background:url(../img/sfondo_centrale.png);
    
background-position:center;
    
}

.
content {

    
padding:25px;

    
font-family:Verdana;
    
font-size:11px;
    
color:#000000;

}

/* Links definition */

.menu_link {

    
font-family:Verdana;
    
font-size:10px;
    
color:#FFFFFF;
    
text-decoration:none;
    
}

.
menu_link:hover {

    
font-family:Verdana;
    
font-size:10px;
    
color:#FF3300;
    
text-decoration:none;