One step at a time
I've attached what I see in ie7. No issue with fonts and no issue with white background, just the centering.
It could be a local cache issue. Anyway, try changing
margin: 0 auto;
to
margin: 0 auto 0 auto;
on #wrap
But what you should do before anything else is fix your markup errors:
validation
Well, a couple things to try.