position: absolute; width: 200px; top: 111px; bottom: 0px;
<body> <div id="wrapper"> <div id="header">header</div> <div id="content">content</div> </div>
html,body { height: 100%; min-height: 100%; margin: 0; padding: 0; } #wrapper { height: 100%; min-height: 100%; } #header { height: 111px; }