ciao a tutti.
scusate ma nn sono molto esperta forse ho fatto qualche errore..
ho fatto questo semplice sito.lasciate perdere i contenuti perchè ancora non c'è niente
è qui:
http://cris83.altervista.org/index.html
potete dirmi perchè con firefox non si vede centrato e si vede male il footer?
vi metto il file css sotto..
---css---
body
{
text-align: center;
font-family: Verdana;
font-size: 11px;
background: #ffeafa;
}

#centrato{
width: 800px;
}

#testata{
background-image: url(images/testatagir.jpg);
width: 800px;
height: 223px;
text-align: left;
}

#testata2{
background-image: url(images/testatagir2.jpg);
width: 800px;
height: 223px;
text-align: left;
}

/*#testata3{
background-image: url(images/testatagir.jpg);
width: 800px;
height: 223px;
text-align: left;
}

#testata4{
background-image: url(images/testatagir2.jpg);
width: 800px;
height: 223px;
text-align: left;
}

#testata5{
background-image: url(images/testatagir.jpg);
width: 800px;
height: 223px;
text-align: left;
}
*/
#corpo
{
background-image: url(images/sfondo.jpg);
margin: 0 auto;
padding: 0 auto;
width: 800px;
height: 600px;
}

#colonnasx{
margin: 0 auto;
float: left;
width: 178px;}

div.MENU
{
width: 98px;
margin: 60px; /*per abbassare menu*/
}

a.MENU
{
display: Block;
position: relative;
background: #6d7fdf;
/*background: #ffc3f2;*/
color: #000000;
font: Normal 11px Verdana;
text-decoration: None;
padding: 1px 3px 3px 0px;
margin: 10px 0px 1px 0px;
border-style: double;
height: 10px;
}
a.MENU:hover
{
border-style: ridge;
}

#colonnadx
{
text-align: left;
margin: 0 auto;
width: 579px;
}

#footer{
background-image: url(images/footer.jpg);
width: 800px;
height: 49px;
text-align: center;
}

div.TESTO{
padding: 15px;
text-align: left;
}

h3.TESTO{
color: #0000ff;
}
a.TESTO{
text-decoration: None;
color: #ff00ff;
}