html {
    width: 100%;
    height: 100%;
}

body {
    display: table;
    width: 100%;
    height: 100%;
}

#centered-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}