#navigation { float: left; width: 30%; /* adjust the width as needed */ background-color: #f0f0f0; /* other styles as needed */ } div { float: right; width: 30%; /* adjust the width as needed */ background-color: #d0d0d0; /* other styles as needed */ }