* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1px;
    line-height: 1px;
}

body, html, div, object, video {
    height: 100%;
    width: 100%;
}

div, object, video {
    position: absolute;
    overflow: hidden;
}

a:visited {
    color: darkblue;
}
a {
    color: blue;
}

div#splashscreen {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    div#error {
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 88px;
        text-align: center;
        color: #888;
        padding-top:20px;
        padding-bottom:20px;
        background-color:#000;
    }
        div#error span, div#error a {
            font-size: 16px;
            line-height: 24px;
        }

#play {
    background: url(../../content/images/play.png) 50% 50% no-repeat;
    cursor: hand;
    cursor: pointer;
}

#progress {
    background: url(../../content/images/progress.png) 50% 50% no-repeat;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100px;
    width: 100px;
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

    #play{
        background: url('../../content/images/play_2x.png') 50% 50% no-repeat;
        background-size: 70px 59px;
    }
}