p.mid {
    color: white;
    font-size: 1.75em;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 2.5em;
}

div.mid {
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    position: fixed;
}

img.mid {
    max-width:1024px;
    max-height: 685px;
    height: auto;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

body {
    background-color: black;
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
}

a:active {
    color: white;
    text-decoration: none;
}
