This is mine (It's gradient, you can change value in background to take effect)
tablepage_header {
/*width: %[page_width];*/
width: %[page_width];
/*width: 1367px;*/
/*width: %[form_width]*/
/*min-width: %[page_width];*/
height: 80px;
background-repeat: repeat-x;
/*background-color: FFFFFF;*/
/*background-image: url(/public/images/my/header-transient.png);*/
background: 175cad; /* Old browsers */
background: -moz-linear-gradient(top, 175cad 0%, 2465b1 8%, 3e77bb 20%, 6290c7 33%, b7cce6 62%, e2eaf5 79%, fbfbfe 93%, fcfcfe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,175cad), color-stop(8%,2465b1), color-stop(20%,3e77bb), color-stop(33%,6290c7), color-stop(62%,b7cce6), color-stop(79%,e2eaf5), color-stop(93%,fbfbfe), color-stop(100%,fcfcfe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, 175cad 0%,2465b1 8%,3e77bb 20%,6290c7 33%,b7cce6 62%,e2eaf5 79%,fbfbfe 93%,fcfcfe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, 175cad 0%,2465b1 8%,3e77bb 20%,6290c7 33%,b7cce6 62%,e2eaf5 79%,fbfbfe 93%,fcfcfe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, 175cad 0%,2465b1 8%,3e77bb 20%,6290c7 33%,b7cce6 62%,e2eaf5 79%,fbfbfe 93%,fcfcfe 100%); /* IE10+ */
background: linear-gradient(to bottom, 175cad 0%,2465b1 8%,3e77bb 20%,6290c7 33%,b7cce6 62%,e2eaf5 79%,fbfbfe 93%,fcfcfe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='175cad', endColorstr='fcfcfe',GradientType=0 ); /* IE6-9 */
-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='175cad', endColorstr='fcfcfe',GradientType=0 ); /* IE6-9 */
/*non-msie: page_alignment */
clear: both;
margin-left: auto;
margin-right: auto;
float: %[page_alignment];
display: block;
}