#topmenu {
	position: fixed;
	top: 0;
	z-index:1;
	width: 100%;
	height: 50px;
	background: #47a3da;
	color: #fff;
}

#bottommenu {
	position: fixed;
	bottom: 3px;
	z-index:1;
	width: 100%;
	height: 50px;
	color: #fff;
}