﻿@charset "utf-8";
/* CSS Document 错误页面css */

html, body {
    height: 100%;
    background: #186aa9 url(../img/sky-background.png) top repeat-x;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #3680b1;
}

    img, a img {
        border: 0px none;
        outline: none;
    }

/* === Preloader === */

#universal-preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.96;
    background: url(../img/sky-background.png) repeat;
    z-index: 999999999;
}

    #universal-preloader > .preloader {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
    }

.universal-preloader-preloader {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* === Main Section === */

#wrapper {
    width: 980px;
    margin: 0px auto;
    position: relative;
    height: 100%;
    background: url(../img/sky-shine.jpg) top left no-repeat;
}

h1.not-found-text {
    font-size: 50px;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    margin-bottom: 20px;
}

div.not-found-text {
    position: absolute;
    top: 35%;
    right: 0px;
}

.not-found-text a {
    color: #fff;
}

div.graphic {
    position: absolute;
    top: 35%;
    left: 0px;
    background: url(../img/404.png) top left no-repeat;
    width: 430px;
    height: 331px;
}
