#header {
    height: 87px;
    color: #FFF;
    background-color: #010F32;
    border-bottom: 2px solid #808798;
    background-repeat: repeat-x;
    background-image: url("../images/STIB_RotatingBanner_1-1.webp");
    background-position: top -0px left -430px; 
    height: 100px;
    width: 100%;
}

.header-text-right-boardname {
    position: absolute;
    text-align: right;
    top: 28px;
    right: 20px;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 28.8px;
    text-transform: uppercase;
}

.header-text-right-eventname {
    position: absolute;
    text-align: right;
    top: 52px;
    right: 20px;
    color: #FFF;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}

#content {
    margin-left: -370px;
    position: absolute;
    top: 70px;
    left: 45%;
    width: 900px;
    height: 480px;
    visibility: visible;
    padding: 0px;
    background-color: #051525;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

body {
    background-color: #051525;
    font-family: Segoe UI,Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: 300;
}

#login {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    color: #FFFFFF;
    background-color: inherit;
    position: relative;
    top: 50px;
    height: 300px;
}

.error {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #993333;
    padding: 5px;
}


#bobby {
    left: 0px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: 200px;
}
