          #background{background: #000000;
background: -moz-linear-gradient(top,  #000000 0%, #3f2700 49%, #000000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(49%,#3f2700), color-stop(100%,#000000));
background: -webkit-linear-gradient(top,  #000000 0%,#3f2700 49%,#000000 100%);
background: -o-linear-gradient(top,  #000000 0%,#3f2700 49%,#000000 100%);
background: -ms-linear-gradient(top,  #000000 0%,#3f2700 49%,#000000 100%);
background: linear-gradient(to bottom,  #000000 0%,#3f2700 49%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );



}