+
+#header {
+ position: fixed;
+ top: 0px;
+ right: 0px;
+ left: 0px;
+ height: 30px;
+ border-bottom: 1px solid #999;
+
+ margin: 0;
+ padding: 0;
+ background-color: #C1C1C1;
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#C1C1C1), color-stop(0.9, #A2A2A2));
+
+ /* Firefox 3.6 */
+ background-image: -moz-linear-gradient(top left, #C1C1C1, #A2A2A2, 90%);
+
+ font: 11px Helvetica, Verdana, sans-serif;
+ font-weight: bold;