I have a working code here: http://jsfiddle.net/WVm5d/ (you might need to make the result window bigger to see the align center effect)
Question
Try this. I added text-align: center to body and display:inline-block to wrap, and then removed your display: table
text-align: center
display:inline-block
display: table
body { background: #bbb; text-align: center; } .wrap { background: #aaa; margin: 0 auto; display: inline-block; overflow: hidden; }