div{
background: rgba(46,46,46,1);
background: -moz-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(176,17,23,1) 21%, rgba(176,17,23,1) 100%);
background: -webkit-gradient(45deg, right top, color-stop(0%, rgba(46,46,46,1)), color-stop(21%, rgba(176,17,23,1)), color-stop(100%, rgba(176,17,23,1)));
background: -webkit-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(176,17,23,1) 21%, rgba(176,17,23,1) 100%);
background: -o-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(176,17,23,1) 21%, rgba(176,17,23,1) 100%);
background: -ms-linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(176,17,23,1) 21%, rgba(176,17,23,1) 100%);
background: linear-gradient(45deg, rgba(46,46,46,1) 0%, rgba(176,17,23,1) 21%, rgba(176,17,23,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#b01117', GradientType=1 );
}