html{
        background-image:url(Images/GalaxStarfield.gif);
        font-family: Arial;
        color: aqua;
        font-size: 1.5rem;
}
    
    body{
        margin: 0;
    }
    
    #topbanner{
        /*position:fixed;*/
        top:0;
        height: 40px;
        width: 448px;
        margin: auto;
        background-image:url(Images/GalaxTop2x1.png);
        image-rendering:pixelated;
    }
    
    #topbar{
        border: red 2px solid;
        height: auto;
        width: 800px;
        margin: auto;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
        a{
           color: aqua;
            text-decoration: none;
        }
    }
    
    #mainbox{
        border: red 2px solid;
        height: auto;
        width: 800px;
        margin: auto;
        margin-top: 10px;
        padding: 15px;
        
    }
    
    #bottombanner{
        /*position:fixed;*/
        bottom:0;
        height: 40px;
        width: 448px;
        margin: auto;
        /*margin-left: -224px;
        left: 50%;*/
        background-image:url(Images/GalaxBottom2x1.png);
        image-rendering:pixelated;
    }