Simple Centering

Hey Kirupans!

I have a quick question. I have a URL: http://www.kingsgotwings.com.

The entire site is centered horizontally in IE, but not in Firefox. Can anyone take a look at the page and see what the problem is? I’ve tried everything I can think of, but I’m just now learning to be more dependant on CSS. Any ideas?

Thanks in advance!

theres a more simple way.
put the following in your pageholder id:


#pageholder {
width:775px;
margin:0px auto;
}