Vanishing wrapper in Firefox, works in IE?!

So, I edited an old wordpress theme, new header etc. But, when i went to check it in Firefox, the wrapper had vanished!

It works in Maxthon 2, which is an IE based engine but doesnt in Firefox.

http://chrisclick.com/ try it! (the background needs changing, I was tired in making it)

So, whats wrong?

CSS


 * { margin: 0; padding: 0; outline: none; }
 
a:link, a:visited, a:active { color: #6891c3; }
a:hover { color: #134077; }
 
body {background-image:url(img/new/bg.png); repeat-x; font-family: Verdana, Arial, Helvetica, san-serif; font-size: 12px; color: #666;  }
 
#wrapper { width: 950px; margin: 0 auto; background-image:url(img/new/body.png); height: auto; }