div.header-wrapper {
background: #00b7ea;
background: -moz-linear-gradient(left, #00b7ea 0%, #009ec3 100%);
background: -webkit-linear-gradient(left, #00b7ea 0%,#009ec3 100%);
background: linear-gradient(to right, #00b7ea 0%,#009ec3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=1 );
}