body {
    margin: 0px;
}

.banner {
    width: 100%;
}

.barmenu {
    height: 40px;
    background: #45E787;
    padding-left: 5%;
    margin: 0px;
}

.barmenu li {
    display: inline-block;
    margin: 0px;
    height: 100%;
    width: 100px;
}

.barmenu li a {
    height: 100%;
    width: 100%;
    display: inline-block;
    color: black;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

.barmenu li a:hover {
    background: black;
    color: white;
}


#content {
    width: 100%;
    height: 64%;
    border: 1px solid black;
}