There's a strange gap between header image and navbar and I don't kow how to remove it!
<!-- some css settings -->
#banner {
width: 100%;
height: 100px;
margin-bottom: 0;
margin-top: 0;
}
#nav_bar {
background-color: #202020;
margin-bottom: 0;
margin-top: 0;
z-index: 100;
}