#left-col {
float:left;
width:20%;
background-color:#00afdc;
}
#right-col {
width:80%;
margin-left:20%;
background-color:#ffffff;
}