body {
    height: 100%;
    margin: 0;
    width: 100%;
    background: center center url('bg.png') no-repeat;
}

html {
    height: 100%;
    width: 100%;
}

.displayContainer {
    display: block;
    height: 100%;
    width: 100%;
}

.centerFlex {
    align-items: center;
    display: flex;
    justify-content: center;
}

#mainContent {
    display: block;
    width: 700px;
    height: 215px;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-size: 13pt;
    /*border: 1px solid #000;*/
}

#mainContent table {
    margin: 0px auto;
}

#mainContent td {
    vertical-align: top;
    text-align: left;
}

#mainContent a {
    font-weight: normal;
    color: #000;
}