html, body {
    background-image: url(../css/img/hp-hg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
    
    

 }
 
 .us {
    font-family: 'Bahnschrift';
    font-size: 28px;
    color: #fff;
    text-align: center;
    }
.us_block {
    font-family: 'Bahnschrift';
    font-size: 18px;
    color: #fff;
    
    }
 .block {
     border: 4px dotted;
    border-color: #fff;
    border-radius:15px;
    background-image: url(img/bg_block.png);
    width: 970px;
    height: auto;
    padding: 15px;
    
    font-family: 'Bahnschrift';
    font-size: 14px;
    color: #fff;
    text-align: left;
    }  
.fom {
    font-family: 'Bahnschrift';
    font-size: 14px;
    color: #fff;
    text-align: left;
    } 
 
.haeder

{
    background-image: url(img/hp-banner.png);
    height: 210px;
    width: 990px;
    background-position: center;
    background-repeat: no-repeat;
}


