@media screen and (min-width: 481px){

body{
    font-style:normal;
    font-weight:normal;
    font-size:25px;
    text-align:left;
    color:#000000;
    
    background : url(background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
    background-color: #000000;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}

}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	padding:0;
	margin:0;
}

p{
	font-size:100%;

}