#logo{
	position: absolute;
	top: 0px;
	z-index: 99999;
}

#top_menu {
  background: #eeeeee;
  height: 125px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 410;
}