* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    background: #f0f2f1 url('/bg-page.png') left top repeat-x;
}
