I have a problem on a site that I am making. There is this line of white space at the top of my page. I can not find out where it is coming from. It might be because of extr
For some reason after your body tag before the first div you have some funky character... just delete them and re-indent as needed. the character
to be precise... (you can see it in Firebug if you inspect the HTML for the page...but you can't see it in the view-source because it renders as whitespace).
unrelated to the alignment issue... you also have a miss-matched closing tag after your login/signup link.