/** START VERTICAL CENTERING STUFF **/
#outer{height: 100%; overflow: visible; width: 100%;}
#outer[id] {display: table; position: static;}
#middle {position: absolute; top: 50%; width: 100%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;} /* TAKE THIS LINE OUT FOR IE7 */
#inner {position: relative; top: -50%;} /* for explorer only */
/** END VERTICAL CENTERING STUFF **/