Copied!
background-image: linear-gradient(top, #7b8676 0%, #9e5643 50%, #9e5643 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7b8676), color-stop(0.5, #9e5643), color-stop(1, #9e5643));
background-image: -moz-linear-gradient(top, #7b8676 0%, #9e5643 50%, #9e5643 100%);
background-image: -o-linear-gradient(top, #7b8676 0%, #9e5643 50%, #9e5643 100%);
background-image: -ms-linear-gradient(top, #7b8676 0%, #9e5643 50%, #9e5643 100%);