BLK MED ยป dope ass accessories for dope ass men and women {{ head_content }} html, body { margin: 0; padding: 0; height: 100%; width: 100%; box-sizing: border-box; } #container { min-height: 100%; position: relative; background-color: red; } #pointlesstopbar { position: fixed; background: #caffe8; height: 10px; width: 100%; top: 0; } #header { position: fixed; background: rgba(255,255,255, 0.98); height: 80px; width: 100%; top: 0px; left: 0; right: 0; padding-top: 10px; } #body { padding-top: 110px; padding-bottom: 100px; /* footer height */ width: 90%; margin: auto; height: 100%; background-color: white; } #promotion { padding-top: 110px; background: #cae2ff; padding: 5px; height: 25px; } #footer { position: absolute; width: 100%; height: 100px; background: #6cf; } .menu { display: table; width: 90%; height: 100%; border: 1px solid black; border-right: none; box-sizing: border-box; margin: auto; } .menu > div { display: table-row; } .menu > div >div { border-right: 1px solid black; display: table-cell; text-align: center; }