html, body {
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
/*    position: absolute;*/
    height: 100%;
}
body {
    text-align:center;
    font-family: sans-serif;
    font-size: 0.8em;
    color: #eee;
    font-weight: 100;
    background: -webkit-radial-gradient(50%, circle farthest-corner, #444,#222);
    background: radial-gradient(circle farthest-corner at 50%, #444,#222);
    overflow: hidden;
}
#pic {
    xxbox-shadow: 0px 0px 50px #111;
    position: absolute;
    
}
#pic.centered {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#pic.floating {
    margin: 0;
}
#video,#audio {
    box-shadow: 0px 0px 50px #111;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
}
.errorcode {
    position:absolute;
    top:0;left:0;bottom:0;right:0;
    margin:auto;
    height:1px;
    line-height: 1px;
    z-index: -10;
    color:rgba(0, 0, 0, 0.3);
    font-weight:bold;
    font-size: 50vmin;
}

/* big JAY2K1 logo background */
svg {
    position:fixed;
    top:0;left:0;right:0;bottom:0;
    margin:auto;
    width:90%;
    height:90%;
    z-index:-10;
}
path {
    /*fill:#141414;
    fill-opacity:0.5;*/
}
/* end of big JAY2K1 logo background */
