.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; 
}
body {
    background-color:  #545454;
    font-family: 'Fjalla One', sans-serif;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: 60% 0;
}
#wrapper {
    width: 1000px;
    margin:  0 auto;
}
#social {
    margin:  40px 0 20px 0;
    text-align: center;
}
#cover {
    width: 795px;
    margin:  0 auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: relative;
}
#cover a {
    color: #fff;
}
#download{
    position: absolute;
    left: -82px;
    top:50px;
}
.col4 {
    width: 800px;
    margin:  0 auto;
    font-size: 14px;
}
.col4 a {
    color: #5ba0a0;
    text-decoration: none;
}
.col4 h2{
    font-size: 17px;
    margin-bottom: 5px;
}
.col4 .col {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.col4 .col img {
    margin-bottom: 20px;
    border:  1px solid #5ba0a0;
}
#footer {
    padding: 20px;
    margin-top: 15px;
    color: #5ba0a0;
    background-image: url(../img/footer.gif);
    background-repeat: repeat-x;
    background-position: 0px 185px;
}
#footer .copy a {
    color: #808080;
    text-decoration: none;
}
#footer .copy {
    font-size: 12px;
    text-align: center;
    color: #fff;
}