Problem mit iFrame positionierung mit css in IE7

Hallo da, bin neu in diesem Forum und hätte eine Frage.

Ich hab ein kleines Problem mit einem iFrame.

Mein html code:[code]

spheres java
[/code] sieht so aus und mein css code: [code]@charset "utf-8"; /* CSS Document */ * { padding:0; margin:0; } iframe { height:675px; width:1200px; } a { color:#FF0000; text-decoration:none; } #wrapper { width:100%; } #content { height:675px; width:1200px; margin: 0 auto 0 auto; }[/code]In Fierfox geht auch alles super aber im IE7 klebt der iFrame auf der linken Seite.

Hier noch ein Link zur Problemseite LINK

Jemand ne Ahnung woran das liegt.

Gruss Tim