[15/15] на 100% но ширина футера подобрана методом научного тыка , в чем ошибка ?

.header {
min-height: 40px;
margin-bottom: 20px;
}

.logo {
float: left;
width: 230px;
text-align: center;
background-color: #333333;
color: white;
font-weight: bold;
}

.contacts {
float: right;
width: 110px;
text-align: center;
background-color: #333333;
color: white;
font-style: italic;

}

.about-us {
width: 230px;
margin-bottom: 20px;
float: left;
}

.about-us h1 {
font-size: 20px
}

.about-us p {
font-size: 12px;

}

.main-menu {
width: 110px;
float: right;

}

.footer {
width: 406px;
float: left;
background-color: #333333;
color: white;
clear: both;
}

Не пишите ширину и свойство float для футера тоже не задавайте.