#web_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    z-index: -10;
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

#footer {
    position: absolute;
    color: #fff;
    bottom: 0;
    width: 98%;
    font-size: 16px;
    text-align: center;
}

.transparent {
    color: #fff;
    opacity: 0.6;
    float: right;
}

#content {
    border-radius: 5px;
    width: 650px;
    height: 75px;
    margin-left: 1%;
    margin-top: 3%;
    text-align: center;
    background-color: black;
    opacity: 0.65;
}

.text {
    margin-left: 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: 550;
}

a:link {
    color: #fff;
    text-decoration: none;
}
a:visited {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #2c2c2c;
    text-decoration: none;
}