#header {

}

#left-side {
float: left;
width: 10%;
background-color: grey;
}

#container {
float: left;
width: 80%;
}


#right-side {
float: right;
width: 10%;
background-color: grey;
}