SyntaxFix
Write A Post
Hire A Developer
Questions
You don't need a wrapper, just use the body as the wrapper.
CSS:
body { margin:0 auto; width:200px; }
HTML:
<body> <p>some content</p> <body>