I have created a webpage (http://www.snow4life.yum.pl) that was rendered properly in firefox, chrome etc. Of course dumb IE complicated things, because it e
Try killing all the whitespace before the DOCTYPE.
EDIT: There is an character which is a Unicode BOM signature at the start of the file. Since you may not have a text editor that can actually see that, try deleting the entire first line and paste over it with
And do NOT save the file with a BOM unicode signature. If this doesn't work, try a different text editor altogether.