 
body{background: url(lc.jpg)no-repeat 50% 0 ;
background-attachment: fixed;
background-size: 20000%;
padding:  0}

header .user { 
    right: auto;
    left: 15px;
    top: 20px; background: #009503
}

header{background: url(lc.jpg)no-repeat 50% 0 ;background-size: 940px auto;
    -webkit-mask: linear-gradient(180deg, #000 70%, transparent);
    mask: linear-gradient(180deg, #000 90%, transparent);
height: 300px}
body:before{
background: #ffffff78;
    content: "";
    position: fixed;
    left: 50%; 
    width: 940px;
    top: 0;
    bottom: 0;
    margin-left: -470px;
    z-index: -2
}

.tablein tr th{    background: #e0153e;
    color: #ffe7a7;}

.tablein tr td {    background: #ffedb9;
    color: #9b0021;
}
 
 @media (max-width:750px) {  
     header { 
    background-size: cover;
  
    height: 170px;
}
     section h3{line-height: 45px}
     header .user{    border-radius: 0;
     margin: 0;
        background: #9b0121;}

}
