@charset "UTF-8";
@font-face {
    font-family: 'forque';
    src: url('../fnt/forque.ttf');
    font-weight: normal;
    font-style: normal;
}

html {
    position:fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
html body {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 480px;
    margin: 0;
    padding: 0;
    font-family: helvetica;
    font-size: 14px;
    color: #222;
    background: #08f;
    background: linear-gradient(to top, #246, #369, #48c, #48c, #48c, #48c, #8cf);
    background-attachment: fixed;
}
