Tutte le pagine del sito in questione sono dimensionate in em, se guardo le pagine su mozilla si vede tutto perfettamente, su explorer invece un disastro: caratteri rimpiccioliti, box di dimensioni senza senso e sovrapposti fra loro...insomma un disastro.

Ora io non vorrei rifare da capo tutto il layout (anche xchè x lunedì devo presentare le prime pagine...) vi viene in mente qualcosa?

Posto di seguito il css:

html, body {
margin: 0;
padding: 0;
border: 0;
height: 100%;
}

body {
background-color: #fff;
color: #444;
font-size: 84%;
font-family: Verdana;
text-align: center;
}

a {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #000000;
text-decoration: underline;
font-style: italic;
}

h1 { /* x la presentazione in prima pagina o titoli importanti nel body */
font-size: 22px;
font-family: Verdana;
color: #000099;
margin: 0;
padding-bottom: 8px;
font-weight: normal;
}

h2 { /* x i titoli nel body */
font-weight: bold;
text-transform: uppercase;
font-size: 11px;
font-family: Verdana;
color: #556379;
padding: 0;
margin: 0;
list-style: none;
}

h3 {
font-size: 0.9em;
font-family: Verdana;
margin: 0;
padding-bottom: 8px;
}

h4 {
font-size: 0.8em;
font-family: Verdana;
color: #8CA1AA;
text-transform: uppercase;
margin: 0;
padding-bottom: 8px;
}

p {
margin: 0;
padding-bottom: 8px;
color: #000000;
line-height: 150%;
}

hr {
clear: both;
height: 1px;
border-top: solid 1px #AACCD5;
}

img {
border: none;
}



#wrapper { /* contenitore prncipale: head, body, menu, footer */
position: relative;
margin: 0 auto;
width: 68em;
text-align: left;
height: 100%;
}

#head { /* contenitore della testa: logo, slogan, toplinks */

background-color: #F0F8FA;
height: 9em;
color: #606d82;
border-bottom: 1px solid #fff;

}

#head div {
float: left;
clear: right;
height: 9em;
}

#logo {
width: 16em;
overflow: hidden;
}

#logo a {
position: relative;
left: 0.4em;
display: block;
padding: 0 0 0 0;
font-size: 18px;
letter-spacing: 0;
text-transform: uppercase;
text-decoration: none;
}

#slogan {
width: 45em;
border-left: 3px solid #FFFFFF;
}

#slogan span {
display: block;
padding: 0.7em 0 0 0.63em;
font-size: 40px;
letter-spacing: -2px;
color: #000099;
}

#toplinks {
position: relative;
right: 0;
top: 3.5em;
width: 5em;
heigth: 2em;
}

#toplinks ul {
margin: 0;
padding: 0;
list-style: none;
}

#toplinks li {
float: left;
display: inline;
margin-top: 4.3em;
}

#toplinks a {
display: block;
width: 1.5em;
height: 0.8em;
}

#toplinks span {
display: none;
}

#tl_home { /* bottone dei toplinks */
background-image: url(tl_home.gif);
background-repeat: no-repeat;
}

#tl_contact { /* bottone dei toplinks */
background-image: url(tl_contact.gif);
background-repeat: no-repeat;
}

#tl_sitemap { /* bottone dei toplinks */
background-image: url(tl_sitemap.gif);
background-repeat: no-repeat;
}

#tl_home a:hover {
background-image: url(tl_home-on.gif);
background-repeat: no-repeat;
}

#tl_contact a:hover {
background-image: url(tl_contact-on.gif);
background-repeat: no-repeat;
}

#tl_sitemap a:hover {
background-image: url(tl_sitemap-on.gif);
background-repeat: no-repeat;
}

#body_all { /* corpo x tutte le pagine, */
position: relative;
left: 16em;
padding-bottom: 2em;
padding-left: 2em;
float: left;
padding-top: 2em;
width: 50em;
clear: both;
height: 32em;
overflow: scroll;
background-image: url(sfondo03.gif);
background-repeat: no-repeat;
background-position: 0.9em 7em;
}

#content { /* testo all'interno del body */
float: left;
padding-right: 1em;
width: 47em;


}

#side { /* contenitore del menu */
float: left;
position: absolute;
top: 9em;
left: 0;
padding-bottom: 1em;
border-top: 3px solid #fff;
width: 16em;
background-color: #EAF4F6;
height: 34em;
}

#menu {

padding: 0;
margin: 0;
}

#menu a {
text-decoration: none;
display:block;
color: #556379;
}

#menu ul {
padding: 0;
margin: 0;
list-style: none;
}

#menu li {
margin: 0;
padding: 0;
font-size: 11px;
font-family: Verdana;
}

#menu ul li h2 {
margin-top: 0.61em;
padding: 0 0.23em 0 2.5em;
height: 1.9em;
line-height: 1.9em;
font-weight: bold;
text-transform: uppercase;
border-top: 1px solid #AACCD5;
border-bottom: 1px solid #AACCD5;
background-image: url(li1a.gif);
background-position: 1em 0.45em;
background-repeat: no-repeat;
}

#menu ul li a {
margin-top: 0.61em;
padding: 0 0.23em 0 2.5em;
height: 1.9em;
line-height: 1.9em;
font-weight: bold;
text-transform: uppercase;
border-top: 1px solid #AACCD5;
border-bottom: 1px solid #AACCD5;
background-image: url(li1a.gif);
background-position: 1em 0.45em;
background-repeat: no-repeat;
}

#menu ul li a:hover {
font-style: italic;
}

#menu ul li ul li a {
margin-top: 0;
height:1.7em;
line-height: 1.7em;
font-weight:normal;
text-transform: none;
background-image: url(li2.gif);
background-color: #DEECF0 ;
background-position: 1em 0.45em;
background-repeat: no-repeat;
border-top: 1px solid #EEF5F7;
border-bottom: 1px none #EEF5F7;
}


#menu ul li ul li a:hover {
font-style: italic;
}


#anpec { /* x il logo anpec */
overflow: hidden;
position: relative;
top: 1em;
left: 1em;
height: 6em;
}

#foot { /* footer */
clear: both;
padding: 1em;
background-color: #C2DCE3;
font-size: 12px;
line-height: 1.4em;
text-align: center;
position: absolute;
top: 48.7em;
width: 74em;
height: 2.2em;
}

#foot a {
color: #444;
}