html, body {
    width: 100%;
    height: 100%;
}

div.outside {
    display: table;
    width: 100%;
    height: 100%;
}

div.content {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}