/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body {
    font-family: Palatino, URW Palladio L, serif;
    color:#673AA
}


#wrapper {
    width: 100%;
    min-width: 300px;
    max-width: 1080px;
    margin: 0 auto;
}

#header {
    float: left;
    height: 100px;
    width: 100%;
    background: #FFFFFF;
    text-align:center;
}

#contentliquid {
    float: left;
    width: 100%;
}

#content {
    background: #FFFFFF;
    width: 100%;
}

a:link { color: #8DABE3; text-decoration: underline }
a:visited { color: #8DABE3; text-decoration: underline }

html {
    font-size: 16px;
}
@media screen and (min-width: 320px) {
    html {
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    }
}
@media screen and (min-width: 1000px) {
    html {
        font-size: 22px;
    }
}
