Prueba con esto!
Ah! Y bienvenido! Código PHP:
<html>
<head>
<title>Untitled</title>
</head>
<body>
<script>
document.write('<style>#marco{');
document.write('position:absolute;');
document.write('top:'+((document.body.clientHeight-400)/2)+';');
document.write('left:'+((document.body.clientWidth-758)/2)+'}');
document.write('</style>');
</script>
<iframe id="marco"
src="http://www.forosdelweb.com"
width="758"
height="400"
marginwidth="0"
marginheight="0"
align="center"
frameborder="0">
</iframe>
</body>
</html>