Locally Site Shows Different Then Uploaded On Server

I have a weird situation, I view the site locally and the footer shows all the menus and text aligned to the left as it should be. When I load it up to the server and view the site on the domain all the text is centered. Not sure if this is a CSS issue, tried multiple browsers get the same thing. Let me know if anyone has seen this or knows a fix.

Thanks in advance.

Can you provide a live link? That’s the only way we can see what’s going on. It’s common that things break when they go live, as some paths that worked on your desktop may not work online.

The link is located at storefront(dot)millershardwarewinterpark(dot)com

[FONT=Verdana]Your problem is text-align:center in line 5 of style.css:

body { font: normal 11px/14px tahoma, arial, verdana, sans-serif; text-align:center; color: #333; background: #f6f6f6; }

[/FONT]