html {height: 100%; margin: 0; padding: 0; }
html>body #main {
    height: auto !important;
    min-height: 100%;
}
#empty {
    height: 100px;
}
#footer {
    /*height: 40px;*/
}
#empty {
    clear: both;
}

body { margin:0; color:#000; padding: 0; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; background: #FFF;height: 100%;}
#main { height: 100%; position: relative; background: #FFF; width: 990px; margin: 30px auto; font-size: 24pt !important; line-height: 50px;}
#main a {text-decoration: underline; color: #000;}
p, span { font-size: 24pt !important; line-height: 50px; color: #000 !important; }
.ms { position: absolute; top: 0; left: 50%; }
.go-home { display: none; }
.site-title { padding-top: 80px; }