* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 1.5em;
    font-weight: 700;
}

h3 {
    font-size: 1.17em;
    font-weight: 700;
}

h4 {
    font-size: 14px;
    font-weight: 700;
}

body {
    font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
    background: #f3f2f1;
    color: #505050;
    cursor: default;
    min-width: 900px;
}

.wrapper {
    padding-top: 50px;
    min-width: 550px;
    max-width: 800px;
    min-height: 100%;
    margin: 0 auto;
    height: auto !important;
    height: 100%;
}

/* Header */
.header {
    height: 70px;
    min-width: 900px;
    padding-top: 30px;
    font-weight: 400 !important;
    background: #464775;
    color: #fff;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

/* Footer */
.footer {
    margin: -35px auto 0;
    min-width: 550px;
    height: 35px;
    background: #464775;
    position: relative;
    color: #fff;
    text-align: center;
}

footer .copyright {
    padding-top: 10px;
}

footer .copyright a {
    color: #fff;
}