Recently, a client asked that his site be percent-based rather than pixel-based. The percent was to be set to 80%. As you guys know, it is very easy to center the container
Remove the px value in the margin, just like this:
#container { width: 80%; margin: 0 auto; }