Ciao a tutti
ho un problema con una pagina contenente iframe
la pagina è questa:

codice:
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <link href="css/style.css" type="text/css" rel="stylesheet" />
        <script type="text/javascript" language="Javascript" src="javascript/javascript.js"></script>
        <title>Sito Web</title>
    </head>
    <body class="index" link="#000000" alink="#000000" vlink="#000000">
        <iframe name="frmTestata" marginheight="0px" marginwidth="0px" frameborder="0px" style="border: 0px;" scrolling="no" width="1020px" height="25px" src="home/testata.php"></iframe>
        <iframe name="frmLogo" marginheight="0px" marginwidth="0px" frameborder="0px" style="border: 0px;" scrolling="no" width="1020px" height="50px" src="home/logo.php"></iframe>
        <iframe name="frmMenuLiv1" marginheight="0px" marginwidth="0px" frameborder="0px" style="border: 0px;" scrolling="no" width="1020px" height="25px" src="menu/menuLiv1.php"></iframe>
        <iframe name="frmMenuLiv2" marginheight="0px" marginwidth="0px" frameborder="0px" style="border: 0px;" scrolling="no" width="1020px" height="25px" src="menu/menuLiv2.php?idMenu=1"></iframe>
        <iframe name="frmCorpo" marginheight="0px" marginwidth="0px" frameborder="0px" style="border: 0px;" scrolling="auto" width="1020px" height="550px" src="home/homepage.php"></iframe>
    </body>
</html>
il problema è che nonostante io abbia settato a 0px tutti i margini/bordi e nel css il padding a 0, mi visualizza una linea di spazio tra i vari frame

questa è la schermata che mi si presenta


grazie