Не могу пройти финальное испытание, помогите найти ошибку

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

}

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

}

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

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

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

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

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

.footer {
background-color: #333333;
color: #ffffff;
clear: both;
}

Не могу понять, что я пропустил в подвале, помогите.

Не в подвале ошибка. Отступ между верхним блоком и подвалом должен быть больше.

Спасибо, теперь получилось:grin: