#header {
	position: fixed;
    top: 0px;
    height: 30 px;
		width: 100%;
background: #41580a; /* Old browsers */
background: -moz-linear-gradient(top,  #41580a 0%, #92da14 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #41580a 0%,#92da14 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #41580a 0%,#92da14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41580a', endColorstr='#92da14',GradientType=0 ); /* IE6-9 */
}
#menu {
	width: 100%;
	top: 30 px;
	overflow: auto;
}


	