[eluser]OverZealous[/eluser]
Well, first off, your HTML doesn't have the correct encoding. You'll either need to add it as a header, or as a meta tag in your document.
Also, your HTML is all messed up. You've got script and link tags before the DocType. The DocType must be first. (Actually, you've got the the <?xml?> declaration, which should be first, but I believe it is recommended to not use that, even on XHTML, unless you are actually generating an XML document.)