Pod FF dziala idealnie ale pod IE juz nie

Chodzi mi o strone :
http://www.filmik.netTutaj plik css
<?php
body { background: #ffbe01;
}
#wrap {
width: 810px;
margin: 10px auto;
}
#top {
width: 810px;
height: 178px;
}
#rek {
margin: 10px auto;
width: 748px;
height: 100px;
}
#srodek {
float: left;
width: 430px;
background: url('images/belka_srodek_wypelnienie.gif');
}
#lewa {
float: left;
width: 190px;
background: url('images/belka_menu_tlo.gif');
}
#prawa {
float: right;
width: 190px;
background: url('images/belka_menu_tlo.gif');
}
#tresc {
margin-left: 20px ;
font-family:verdana;font-size:12px;
}
#menu {
margin-left: 12px ;
margin-right: 12px ;
font-family:verdana;font-size:12px;
}
a:active {
color : #3D9801;
text-decoration : none;
}
color : #3D9801;
text-decoration : none;
}
a:visited {
color : #3D9801;
text-decoration : none;
}
a:hover {
color : #FF9D00;
text-decoration : none;
}
?>