html,
body {
    background-color: #FFF;
}

body {
    color: #444;
    font-size: 16px;
    line-height: 220%;
    font-family: 'Roboto', Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

header[role="colorbar"] {
    height: 4px;
    background-image: url(../images/color_bar.png);
    background-position: center center;
}


/* site */

.container {
    max-width: 980px;
}

header[role="colorbar"] {
    height: 10px;
}

.AppName {
    text-align: center;
    vertical-align: middle;
    font-size: 36px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 40px;
}