Prueba con esto:
Dándole borde al frame -> frameborder<- con "0"
Código PHP:
<style type="text/css">
body {
margin-bottom:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
}
</style>
</head>
<body>
<iframe src="http://www.google.com" width="100%" height="100%" frameborder="0"></iframe>
</body>
</html>