#header {
	position: fixed;
    top: 0px;
    height: 30 px;
		width: 100%;
background: red; /* For browsers that do not support gradients */

background: -moz-linear-gradient(270deg, rgba(89,0,0,1) 0%, rgba(255,0,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(89,0,0,1)), color-stop(100%, rgba(255,0,0,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, rgba(89,0,0,1) 0%, rgba(255,0,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, rgba(89,0,0,1) 0%, rgba(255,0,0,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, rgba(89,0,0,1) 0%, rgba(255,0,0,1) 100%); /* ie10+ */
background: linear-gradient(180deg, rgba(89,0,0,1) 0%, rgba(255,0,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#590000', endColorstr='#FF0000',GradientType=0 ); /* ie6-9 */
}
#menu {
	width: 100%;
	top: 30 px;
	overflow: auto;
}


	