body{
    font-family: 'Open Sans', HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden;
}

div.error-container{
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
    vertical-align: middle;
    background: #fefffc;
    background: -moz-linear-gradient(top, #fefffc 0%, #f5f7f9 58%, #e8edf4 100%, #f6f8f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefffc), color-stop(58%,#f5f7f9), color-stop(100%,#e8edf4), color-stop(100%,#f6f8f9));
    background: -webkit-linear-gradient(top, #fefffc 0%,#f5f7f9 58%,#e8edf4 100%,#f6f8f9 100%);
    background: -o-linear-gradient(top, #fefffc 0%,#f5f7f9 58%,#e8edf4 100%,#f6f8f9 100%);
    background: -ms-linear-gradient(top, #fefffc 0%,#f5f7f9 58%,#e8edf4 100%,#f6f8f9 100%);
    background: linear-gradient(to bottom, #fefffc 0%,#f5f7f9 58%,#e8edf4 100%,#f6f8f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffc', endColorstr='#f6f8f9',GradientType=0 );
}

div.error-copiright{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

div.error-container img {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
}

div.error-copiright{
    font-size: 11px;
    padding-bottom: 10px;
}

div.error-copiright a, div.error-copiright a:focus, div.error-copiright a:active{
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
}