html {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    min-height: 100%;
}

body {
    font-family: 'Hero New', sans-serif !important;
    font-size: 10pt;
    line-height: 1.5em;
    background:#0A223A url("../images/bg.png") center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#header{
    flex-grow: 0;
    height: 70px;
    padding: 0;
    margin: 0;
    border: 0;
}

#page-wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

#page-middle{
    align-self: center;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer{
    color: #ffffff;
    background: #0D1D2D url("../images/footer_border.png") top left repeat-x;
    padding: 8px;
    text-align: center;
    flex-grow: 0;
}