.redgradient {
background: #990000; /* Old browsers */
background: -moz-linear-gradient(top, #990000 0%, #9b3434 50%, #990000 51%, #990000 71%, #870000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(50%,#9b3434), color-stop(51%,#990000), color-stop(71%,#990000), color-stop(100%,#870000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #990000 0%,#9b3434 50%,#990000 51%,#990000 71%,#870000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #990000 0%,#9b3434 50%,#990000 51%,#990000 71%,#870000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #990000 0%,#9b3434 50%,#990000 51%,#990000 71%,#870000 100%); /* IE10+ */
background: linear-gradient(to bottom, #990000 0%,#9b3434 50%,#990000 51%,#990000 71%,#870000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#870000',GradientType=0 ); /* IE6-9 */
text-shadow: 0px 0px 1px #000,0px 0px 3px #000;
}