html {
    background: url("img/wallpaper.jpg") no-repeat fixed;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    width: 1200px;
}


.logo{
    margin-top: 130px;
}

.clear{
    clear: both;
}

.border-top{
    margin-top: 8px !important;
}

.border-bottom{
    margin-bottom: 8px!important;
}

.border-left{
    margin-left: 8px!important;
}

.border-right{
    margin-right: 8px!important;
}