footer, header, .background-gold{
    background: rgb(161,144,102);
    background: -moz-linear-gradient(180deg, rgba(161,144,102,1) 50%, rgba(196,173,120,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(161,144,102,1) 50%, rgba(196,173,120,1) 100%);
    background: linear-gradient(180deg, rgba(161,144,102,1) 50%, rgba(196,173,120,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a19066",endColorstr="#c4ad78",GradientType=1);
}
body{
    background-image: url(../img/background.jpg);
    background-size: cover;
    background-position: center;
}