@CHARSET "UTF-8";
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

a, ins, del {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    vertical-align: top;
}

th {
    text-align: left;
}

html {
    width: 100%;
    height: 100%;

}

body {
    text-align: center;
    font-family: 'Open Sans', Arial, Tahoma, Verdana;
    font-size: 14px;
    color: #ddd;
    background: #333 url(../image/bgError.jpg) repeat fixed;
    margin: 0px;
    width: 100%;
    height: 100%;
    padding: 10%;
    box-sizing: border-box;
}

a {
    color: inherit;
}


h1 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #fff;
}
h2 {
    font-size: 1.6em;
    margin-bottom: 10px;
}
h3, h4, h5 {
    font-size: 1.2em;
    margin-bottom: 10px;
}
pre {
    text-align: left;
}