Сетки/Почему прилип header? [27/32]

Испытание: строим сетку
Header
Menu
Promo 1
Promo 2
Left
Main
Right
Footer
</body>

CSS

html,
body {
margin: 0;
padding: 0;
}

body {
width: 450px;
height: 335px;
font-family: “Arial”, sans-serif;
font-size: 10px;
color: white;
}
.container {
width: 450px;
background-color:#34495e;
height: 170px;
margin-bottom: 10px;
}
.clearfix::after {
display: table;
content: “”;
clear: both;
}
.header, .promo {
padding-top: 5px;
padding-left:5px;
}
.header {
margin-bottom: 10px ;
margin-left: 50px;
background: #c0392b;
height: 30px;
width: 345px;
/* margin-top: 10px;*/
}
.menu {
margin-bottom: 10px;
background: #3498DB;
height: 30px;
padding-top: 5px;
padding-left:55px;
}
.promo{
background: #c0392b;
float:left;
height: 55px;
width: 165px;

}
.promo-col1{
margin-left: 50px;
}
.promo-col2{
margin-left: 10px;
}
.content-block{
height: 120px;
}
.content {
height: 105px;
background: #3498DB;
padding-left: 5px;
padding-top:5px;
}
.left {
float:left;
width: 65px;
margin-left: 50px;
}
.main {
width: 185px;
float: left;
margin-left: 10px;
}
.right {
width: 65px;
float: right;
margin-right: 50px;
}
.footer{
clear: both;
background:#34495e;
margin-bottom: 10px;
height: 30px;
padding: 5px 55px;
}

/*
Используемые цвета:
#34495e – мокрый асфальт
#c0392b – красный
#3498DB – синий
*/