body {
    background-color: #181818;
    background-image: url(ClodFlare-Studios/images/detailed-logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#back-drop {
    position: fixed;
    top: 0%;
    left: 0%;
    background-size: 100% 100%;    
    height: 100%;
    width: 100%;
    background-image: url(ClodFlare-Studios/images/detailed-logo2.png);
    background-repeat: no-repeat;
    z-index: -5;
}