#header {
background: #1487d4;
/* IE10 */ 
background-image: -ms-linear-gradient(top, #1487d4 0%, #e7f7fd 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #1487d4 0%, #e7f7fd 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #1487d4 0%, #e7f7fd 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1487d4), color-stop(1, #e7f7fd));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #1487d4 0%, #e7f7fd 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #1487d4 0%, #e7f7fd 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1487d4', endColorstr='#e7f7fd'); }
