*{
 padding: 0px;
 margin: 0px;
 text-decoration: none;
 font-family: "Century Gothic", Arial
}

body, html{
    width: 100%;
    height: 100%;
    background: #000;
}

#content{
    width: 1200px;
    height: 750px;
    margin: auto;
    position: relative;
    background: url(../images/back.jpg);
}

#mail{
    position: absolute;
    top: 550px;
    width: 100%;
    text-align: center;
    color:#bbd048;
}

#mail a {
     color:#bbd048;
}