@charset "utf-8";

body, html {
    height: 100%;
}

#table-container {
    display:    table;
    text-align: center;
    width:      100%;
    height:     100%;
}

#container {
    display:        table-cell;
    vertical-align: middle;
}

#main {
    display: inline-block;
}

#gneocreative {
    text-align:       center;
}