﻿
.header {
    margin: 0px;
    background: #222c3a;
    width: 100%;
    height: 100px;
}
.header p{
    padding:10px;
}

.footer {
    margin-top: 0px;
    background: #f7f7f7;
    width: 100%;
    height: 100px;
    text-align: center;
    color: #333;
    position: absolute;
    font-size: 12px;
}

.footer .footer-top {
    margin-top: 20px;
}

.footer a {
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    vertical-align: middle;
}

.footer a:hover {
    color: blue;
    text-decoration: underline;
}

.footer p {
    height: 15px;
    color: #888888;
    margin-top: 10px;
}

