html,body {
height:100%;
padding:0;
margin:0;
}
.all {
position:relative;
height:100%;
}
.top {
height:100px;
background:#418bca;
}
.main {
position:absolute;
top:100px;
left:0;
bottom:0;
width:100%;
}
.leftNav {
float:left;
width:200px;
height:100%;
background-color:#d9554f;
}
.rightCon {
margin-left:200px;
height:100%;
background:#5bb85d;
}