Centered Em Layout

The wrapper width is 46em.

If you click ⌘ + [Mac] or Ctrl + [Windows] a few times, the wrapper will expand. Eventually, though, a horizontal scroll bar will appear.

#wrapper {
    background: #d4d4cd;
    width: 46em;
    margin: 1em auto;
    padding: 1em;
}

Back to Fluid, Elastic, Fantastic!