          #background{
background: rgba(163,163,145,1);
background: -moz-linear-gradient(-45deg, rgba(163,163,145,1) 0%, rgba(97,81,56,1) 66%, rgba(56,56,56,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(163,163,145,1)), color-stop(66%, rgba(97,81,56,1)), color-stop(100%, rgba(56,56,56,1)));
background: -webkit-linear-gradient(-45deg, rgba(163,163,145,1) 0%, rgba(97,81,56,1) 66%, rgba(56,56,56,1) 100%);
background: -o-linear-gradient(-45deg, rgba(163,163,145,1) 0%, rgba(97,81,56,1) 66%, rgba(56,56,56,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(163,163,145,1) 0%, rgba(97,81,56,1) 66%, rgba(56,56,56,1) 100%);
background: linear-gradient(135deg, rgba(163,163,145,1) 0%, rgba(97,81,56,1) 66%, rgba(56,56,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a391', endColorstr='#383838', GradientType=1 );}