Originally Posted by
o_O ^ EDIT: The current code does adhere to web standards. The only thing that is missing is the DOCTYPE declaration at the top of the source, but that in no way affects the rendering of the page.
My mistake then. I only did a quick check of the code and saw no doctype. A missing DOCTYPE declaration can affect the rendering of the website though, as browsers will render the website in quirks mode then. Also see here:
Activating Browser Modes with Doctype
The div-solution instead of a real frame would get my support, too.