Is this site centered for you in IE? this is the first time I've ever looked at it in IE and it seems to be to the left. http://pccurb.com
It's to the left in ie7. Try something like this: replace: #page { width: 100%; border: none; background: none; } with this: #page { width: 100%; border: none; background: none; margin: 0 auto 0 auto; } This is untested.
Ok, I found the problem. Your original css is fine, but in your page code the following should be at the very top of the page before the title: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <title> PC Curb - Take your PC to the nex-G! </title> Tested and centers in ie7.