#background{background: rgba(251,237,255,1);
background: -moz-linear-gradient(top, rgba(251,237,255,1) 0%, rgba(184,163,131,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,237,255,1)), color-stop(100%, rgba(184,163,131,1)));
background: -webkit-linear-gradient(top, rgba(251,237,255,1) 0%, rgba(184,163,131,1) 100%);
background: -o-linear-gradient(top, rgba(251,237,255,1) 0%, rgba(184,163,131,1) 100%);
background: -ms-linear-gradient(top, rgba(251,237,255,1) 0%, rgba(184,163,131,1) 100%);
background: linear-gradient(to bottom, rgba(251,237,255,1) 0%, rgba(184,163,131,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbedff', endColorstr='#b8a383', GradientType=0 );}