html {
    background-color: #000;
}

body {
    background-color: #000;
}

#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

#bgimg {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0; 
    right: 0;
    min-width: 50%;
    min-height: 50%;
}

