подскажите где ошибка?
И оцените код)
``[code]
Header
Menu
Promo 1
-
Promo 2
Left
Main
right
Footer
</body>
[/code]
html, body{
margin:0;
padding:0;
}
body{
width:450px;
height:335px;
font-family:'Arial', sans-serif;
font-size:10px;
color:white;
}
p{padding-top:5px;padding-left:5px;}
.header ,.promo ,.footer{background-color:#34495e;}
.header{height:55px;padding-top:5px;}
.head_t{width:350px;height:35px;background-color:#c0392b; margin:10px auto;}
.menu{height:35px;background-color:#3498DB;}
.menu p{padding-left: 55px;margin-top: 0px; }
.promo{height:80px;}
.promo p{padding-left: 5px;margin-top: 2px;}
.promo ul li{ width:170px;height:60px;list-style:none;background-color:#c0392b}
.promo ul li:nth-child(1){float:left;margin-left:10px;}
.promo ul li:nth-child(2){float:right;margin-right:50px;}
.center{height:130px;width:450px;}
.center p{padding-left: 5px;margin-top: 2px;}
.left ,.right ,.main{margin:10px auto;}
.left ,.right{width:70px;height:110px;background-color:#3498DB;float:left;}
.left{margin-left:50px;}
.main{ width:190px;background-color:#3498DB;height:110px;float:left;margin-left:10px;}
.right{float:right;margin-right:50px;}
.footer{height:35px;clear:both;}
.footer p{
padding-left: 55px;margin-top: 2px;
}
/*
Используемые цвета:
#34495e - мокрый асфальт
#c0392b - красный
#3498DB - синий
*/