vertical align

http://stackoverflow.com/questions/10255405/vertical-align-wrapper

by ryanwfiorini

HTML

<div id="wrap">
    <div id="logo"></div>
    <div id="navgation"></div>
    <div id="content"></div>
    <div id="footer"></div>
</div>

CSS

* { margin:0;  padding:0; }
html { height:100%; }
body { background:/*url(images/bg.jpg)*/#14181a; }
#wrap { width:960px;  height:55%;  margin:0 auto;  background:#293033; color:#fff }