Code
background: #3e5f9e;
background: -moz-linear-gradient(top, #3e5f9e 0%, #30487a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e5f9e), color-stop(100%,#30487a));
background: -webkit-linear-gradient(top, #3e5f9e 0%,#30487a 100%);
background: -o-linear-gradient(top, #3e5f9e 0%,#30487a 100%);
background: -ms-linear-gradient(top, #3e5f9e 0%,#30487a 100%);
background: linear-gradient(top, #3e5f9e 0%,#30487a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e5f9e', endColorstr='#30487a',GradientType=0 );