html, body{
    height: 100%;
    color:white;
    font-family: Arial,sans-serif;
    margin: 0;
    padding: 0;
    list-style-type:none;
}

h2{
    font: 14px Arial, sans-serif;
    color:#fff;
    padding: 10px;
    text-align: center;
}

#wrapper{
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#menuContainer{
    width: 20%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    background: #222;
    margin: 0;
    padding: 0;
}

#menuContainer li{
    cursor: move;
    border-bottom: 1px solid #000;
    border-top: 1px solid #333;
    cursor: pointer;
    padding: 10px 5px;
    color: #BBB;
    background: #1a1a1a;
    font: 12px Arial, sans-serif;
}

#menuContainer li:hover{
    background: #111;
    color: #CCC;
}

#layoutContainer{
    width: 80%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 20%;
    box-shadow: -3px 0 9px 0 rgba( 0, 0, 0, 0.4 );
}

#layoutContainer button {
    line-height: 2em;
    cursor: pointer;
}
/*# sourceMappingURL=styles.css.map*/