html, body {
width: 100%;
}
table {
margin: 0 auto;
}
Example JSFiddle
Vertically aligning block elements is not the most trivial thing to do. Some methods below.
- Understanding vertical-align, or "How (Not) To Vertically Center Content"
- Vertical Centering in CSS