#sidenav{
    float:left;
    background-color:#EEE;
    width:20%;
}
main{
    width:80%;
    margin-left:20%;
}