HTML:
Some content
CSS:
body { margin: 0 auto; width: 470px; back
You can't set a width on body, it's defined by the browser size. Edit your html to contain inner content, and it will work fine.
This: