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

background: -moz-linear-gradient(90deg, rgba(255,3,251,1) 0%, rgba(255,0,255,1) 3%, rgba(31,0,209,1) 26%, rgba(0,217,79,1) 55%, rgba(255,255,0,1) 76%, rgba(255,191,0,1) 85%, rgba(255,0,0,1) 100%); /* ff3.6+ */ 

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,0,0,1)), color-stop(15%, rgba(255,191,0,1)), color-stop(24%, rgba(255,255,0,1)), color-stop(45%, rgba(0,217,79,1)), color-stop(74%, rgba(31,0,209,1)), color-stop(97%, rgba(255,0,255,1)), color-stop(100%, rgba(255,3,251,1))); /* safari4+,chrome */ 

background: -webkit-linear-gradient(90deg, rgba(255,3,251,1) 0%, rgba(255,0,255,1) 3%, rgba(31,0,209,1) 26%, rgba(0,217,79,1) 55%, rgba(255,255,0,1) 76%, rgba(255,191,0,1) 85%, rgba(255,0,0,1) 100%); /* safari5.1+,chrome10+ */ 

background: -o-linear-gradient(90deg, rgba(255,3,251,1) 0%, rgba(255,0,255,1) 3%, rgba(31,0,209,1) 26%, rgba(0,217,79,1) 55%, rgba(255,255,0,1) 76%, rgba(255,191,0,1) 85%, rgba(255,0,0,1) 100%); /* opera 11.10+ */ 

background: -ms-linear-gradient(90deg, rgba(255,3,251,1) 0%, rgba(255,0,255,1) 3%, rgba(31,0,209,1) 26%, rgba(0,217,79,1) 55%, rgba(255,255,0,1) 76%, rgba(255,191,0,1) 85%, rgba(255,0,0,1) 100%); /* ie10+ */ 

background: linear-gradient(0deg, rgba(255,3,251,1) 0%, rgba(255,0,255,1) 3%, rgba(31,0,209,1) 26%, rgba(0,217,79,1) 55%, rgba(255,255,0,1) 76%, rgba(255,191,0,1) 85%, rgba(255,0,0,1) 100%); /* w3c */ 

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#FF03FB',GradientType=0 ); /* ie6-9 */
}
#menu {
	width: 100%;
	top: 30 px;
	overflow: auto;
}


	