How do I center my page now? I have changed my width to 960px but I cannot seem to get it to align middle.
Any help?
Code:
html,body {
height: 100%;
width: 960px;
background-color: #ffffff;
margin: 0px;
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
min-width: 780px;
border: 0px none;
The only way I have been able to do it is by adding padding-left: 80px;
But there must be a better way

I'm super new to css
Also when I do this my speed bar seems to get all crammed up even though it is not taking up the entire bar. How do I make the speed bar go all the way across the bar?
And the bottom of the page where the copyright and poweredby is needs to line up.
page:
http://www.helphispaniola.org
We are testing x-cart on this domain for a relaunch of our hot tub store. We will be paying someone to do the design but I would like it to look correct while we are testing.
Thanks so much for all your help.