*, html {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 100%;
}

body {
    background-color: #fff;
}

/* HEADER */
header#header {
    text-align: center;
    padding-top: 60px;
}

/* CONTENT */
section#content {}

/* FOOTER */
footer#footer {
    background-color: #ff6d0c;
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    border-top: 3px solid #3737bc;
}

footer#footer p#footer-contacts {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #333;
}

footer#footer p#footer-contacts img {
    margin: 0px 5px -4px 45px;
}