body{
background-image:url("../files/bg.png");
background-repeat: no-repeat;
background-size: cover;
background-attachment:fixed;
}


#footer{
border-radius:16px;
border:solid rgba(156,156,156, 0.75) 1px;
background-image:url("../files/zapati.png");
position: relative;
float:right;
right: 5%;
top: 170px;
width: 250px;
height: 60px;
}
