Загрузка данных


body {
backgroynd: #f3f2f3;
color: #000000;
font-family: trebuchet MS, Arial,Times New Roman;
font-size: 12px;

}

.container {
background: #ffffff;
margin: 30px auto;
width: 900px;
height:1000px;
}

.header {
backgroung:#333333;
height: 200px;
width: 900px
}

.navigation {
backgroung:#a2a2a2;
height: 20px;
width: 900px;
}

.menu {
backgroung:#333333;
float: left;
height: 600px;
width: 200px;
}

.content {
backgroung:#d2d0d2;
height: 600px;
float: right;
width: 700px;
}

.footer {
backgroung:#838283;
height: 180px;
width: 900px;
}