The CSS styles needed to complete the look. A div with overflow:scroll within the #container may give it a nicer look.
1 23 45 67 89 1011 | * {margin: 0; padding: 0;} html, body { height: 100%; } #container { height: auto !important; min-height: 100%; height: 100%; background: #fff; width:57%; margin:auto;} |