Подвал и блок о нас не совпадают.

Подвал и блок "о нас" не совпадают. помогите разобраться

/* Общие стили для документа и блоков, менять не надо */

body {
width: 450px;
margin: 0;
padding: 10px;
font-family: Arial, sans-serif;
font-size: 14px;
}

.logo,
.contacts,
.about-us,
.main-menu,
.footer {
padding: 10px 20px 10px 20px;
background-color: #f5f5f5;
border: 2px solid #cccccc;
}

/* Собственные стили блоков */

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

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

}

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

.about-us {
width: 250px;
margin-bottom: 20px;
font-size: 30px;
padding:10px;
float: left;
height: 145px;
}

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

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

margin-left: 10px;

}

.main-menu {

float: right;
width: 110px;

}

.footer {
color: white;
background-color: #333333;
position: bottom;
clear: both;

}

Странно. ваш код дает 100%. Заскринить можете свое несовпадение?

уже все совпадает))) спасибо))