body {
    background-color: black;
    color:antiquewhite;
}

#banner {
    text-align: center;
    font-size: 15px;
    background-color: maroon;
    color:rgb(215, 119, 1);
    margin: -8px;
    padding: 1px;
}

#header {
    font-size: 15px;
    text-align: center;
}

.spacer.v20 {
    height: 20px;
}