html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    background: radial-gradient(#f06b33 15%, #ce1432 100%); 
    background-color: #ce1432;
}
#logo {
    background-image: url(../images/RedBand-Logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 102px;
    width: 100px;
}
#Stage {   
    border: 5px solid white;
    box-shadow: 0px 0px 40px #000000;
}