Please check out this site I am working on. http://www.focusonthis.com/ It looks fine in FireFox, just like it is suppose to. It does not look right in IE. I have no idea why. Please help.
It looks like the only thing is that the main container is shifted up in IE. Try giving "maincontainer" padding: 20px 0px 0px 0px; Also, might want to check your coding at w3. Maybe that will find something.
You were right. I was adding my padding to my inner container and not the main one. I took the 100px of padding-top off of the inner container and moved it to the outer one. Worked Perfect.