Ciao a tutti i forumisti,

volevo chiedervi una mano per capire come mai,il box centrale della pagina:
http://www.peregrosso.it/index.php

in explorer non risulta correttamente allineato...
potrebbe essere un problema di padding?
vi allego il css relativo alla sezione...


div#content
{
margin: 0 190px 0 110px !important;
margin: 0 190px 0 110px;
padding: 1em 10px;
background-color: #fff; }

.content_up
{
background-image: url(images/tit_visegnaliamo.gif);
background-repeat: no-repeat;
height: 42px;
}
.content_middle{
background-image: url(images/filetti_small.gif);
background-repeat: repeat-y;
padding-left: 18px;
}
.content_bottom
{
background-image: url(images/bottom_scheda.gif);
background-repeat: no-repeat;
height: 50px;
}
grazie mille in anticipo!