#header {
	position: fixed;
    top: 0px;
    height: 30 px;
		width: 100%;

background: rgb(0,22,147); /* Old browsers */

background: -moz-linear-gradient(top, rgba(0,22,147,1) 0%, rgba(147,183,255,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top, rgba(0,22,147,1) 0%,rgba(147,183,255,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom, rgba(0,22,147,1) 0%,rgba(147,183,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

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