Toen heb ik er een stylesheet aan gelinkt. Maar nu, via firefox is er niets aan de hand. Maar wanneer ik de pagina laad in IE komen er overal rare spaties tussen:

de site: http://www.jcspam.nl/test/
Heeft iemand een idee wat ik verkeerd doe?
de .css: <?
/* Web layout */
#site_layout {
padding-top: 30px;
padding-bottom: 30px;
height: 100%;
width: 800px;
}
#wrapper {
width: 800px;
border:1px solid #FFFFFF;
}
/* Web content */
#menu_1 {
background-color: #e9e9e9;
height: 121px;
width: 528px;
padding: 10px;
}
#menu_2 {
background-color: #8db0d8;
height: 216px;
width: 223px;
padding: 5px;
}
#content_1 {
background-color: #f1f2ba;
height: 425px;
width: 105px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 10px;
}
#content_2 {
background-color: #FFFFFF;
height: 425px;
width: 655px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 10px;
}
#footer {
background-image: url(../images/footer.jpg);
height: 20px;
width: 800px;
}
#bar_middle {
background-image: url(../images/middlebar.jpg);
height: 30px;
width: 538px;
padding-left: 10px;
}
#tab {
background-image: url(../images/b1.jpg);
height: 29px;
width: 90px;
}
?>