Hello, My client site is soo messed up right now. Please help, I will reward you some way. Right now on firefox the body below the header is aligning to the left http://tinyurl.com/q56h49 However on Internet Explorer it is aligning to the right. Which looks extremely messed up. Thank you! -Ren
open your style.css find #content{ background:#ffffff; width: 983px; text-align: center; } Code (markup): replace with #content{ background:#ffffff; width: 983px; margin:0 auto; text-align: center; } Code (markup):