          #background{
background: rgba(219,208,147,1);
background: -moz-linear-gradient(-45deg, rgba(219,208,147,1) 0%, rgba(181,179,155,1) 48%, rgba(181,179,155,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(219,208,147,1)), color-stop(48%, rgba(181,179,155,1)), color-stop(100%, rgba(181,179,155,1)));
background: -webkit-linear-gradient(-45deg, rgba(219,208,147,1) 0%, rgba(181,179,155,1) 48%, rgba(181,179,155,1) 100%);
background: -o-linear-gradient(-45deg, rgba(219,208,147,1) 0%, rgba(181,179,155,1) 48%, rgba(181,179,155,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(219,208,147,1) 0%, rgba(181,179,155,1) 48%, rgba(181,179,155,1) 100%);
background: linear-gradient(135deg, rgba(219,208,147,1) 0%, rgba(181,179,155,1) 48%, rgba(181,179,155,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbd093', endColorstr='#b5b39b', GradientType=1 );
}