#welcome-tab-body {
    display: table-cell;
    vertical-align: middle
}

#welcome h1 {
    font-size: 200%
}

#welcome .motd {
    background-color: #F4F08e
}

#welcome .about {
    margin-left: 1em;
    font-size: 150%
}

#welcome .menu {
    margin-top: 1em;
    margin-left: 5em;
    margin-bottom: 2em;
    font-size: 150%
}

#welcome_img {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

#welcome_img p {
    padding-top: 20px;
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: 35px;
    text-shadow: 2px 2px #B6B6B4
}

#footer,
#footer p {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: none
}

#footer img {
    position: relative;
    padding-right: 10px;
    top: 22px
}

#logo,
#logo-body {
    background: #2d455a;
    zoom: 1;
    min-height: 85px;
}

#admin {
    position: absolute;
    right: 10px;
    top: 25px
}

#logout {
    position: absolute;
    right: 20px;
    top: 5px
}

a#admin:active,
a#admin:link,
a#admin:visited,
a#logout:active,
a#logout:link,
a#logout:visited {
    font-weight: 700;
    color: #fff;
    text-decoration: none
}

a#admin:hover,
a#logout:hover {
    text-decoration: underline
}

#logo-body {
    border: none
}

#logo-body img {
    max-height: 72px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: auto;
}

#logo-img-div {
    height: 75px;
    background: url(/static/img/logo.png) 5px 5px no-repeat fixed;
    background-size: auto 70px;
}