@CHARSET "UTF-8";
@media all {

    @font-face {
        font-family: 'Polaris';
        src: url('fonts/polaris-webfont.eot');
        src: url('fonts/polaris-webfont.eot?#iefix') format('embedded-opentype'),
            url('fonts/polaris-webfont.woff') format('woff'),
            url('fonts/polaris-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    a img {
        border: 0;
    }

    body {
        margin: 0;
        text-align: center;
        background-color: #fff;
        font-family: "Polaris", Arial;
        font-size: 22px;
        color: #666;
    }

    body > div {
        margin: 200px auto;
        width: 600px;
    }

    p#error {
        color: #fb7512;
    }

    .void {}

}
