@media screen and (max-width: 480px){

body{
    font-style:normal;
    font-weight:normal;
    font-size:25px;
    text-align:left;
    color:#000000;
    
    background : url(background.jpg);

    background-attachment: fixed;
    background-position: center;
    background-color: #000000;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}


}
