html, body {
    height: 100%;
    text-shadow: #CF0 2px 0 15px;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
}
