body {
    background-image: url('../img/background.jpg');
    background-size: cover;
    color:#414141;
    font-family: "Open Sans", sans-serif;
}

#contact {
    top: 50%;
    left: 50%;
    width:380px;
    height:140px;
    margin-top: -20px;
    margin-left: -190px;

    position:fixed;
    text-align: center;
}

#contact a {
    color:inherit;
    text-decoration: none;
    font-size:12pt;
    font-weight: bold;
}