body { font-family: Arial; font-size: 11px; border-top: 20px solid #3B3B3B;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0; margin: 0;
    color: #555;
    line-height: 20px;
}
a { color: inherit; }
a:hover { text-decoration: none;}
h1 { font-family: "Times New Roman"; display: inline-block; margin: auto; background: #3B3B3B; color: white; padding: 15px 20px; font-weight: normal; text-transform: uppercase; letter-spacing:1px}
#content {
    width: 900px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -70px 0 0 -450px;
    text-align: center;

}
#extra {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 42px 0 84px;
    border-top: 1px solid #E5E5E5;
}