Centering a Website

Avatar of Chris Coyier
Chris Coyier on
<body>
  <div id="page-wrap">
    <!-- all websites HTML here -->
  </div>
</body>
#page-wrap {
     width: 800px;
     margin: 0 auto;
}