#menu,#comp{
	position: absolute;
	top: 150px;
	background: #B6C1CC;
	padding: 10px;
	border: none;
	z-index: 5;
}

#comp {
	position: fixed;
	left: 50px;
	visibility: hidden;
	z-index: 2;
}
