<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Заголовок</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="maket">
<div id="header">Шапка </div>
<div id="left">
<div id="menu1">Меню 1 </div>
<div id="menu2">Меню 2</div>
<div id="menu2">Меню 3</div>
</div>
<div id="right">
<div id="menu1">Меню 4 </div>
<div id="menu2">Меню 5</div>
<div id="menu2">Меню 6</div>
</div>
<div id="content">
</div>
</div>
<div id="rasporka"></div>
</div>
<div id="footer">Подвал</div>
</body>
</html>
body, html {
body, html {
margin:0px;
padding:0px;
height:100%;
}
* html #maket {
height: 100%;
}
#maket {
width:800px;
margin:0 auto;
min-height:100%;
}
#header{
background-color:#C0C000;
}
#left{
background-color:#708090;
width:200px;
float:left;
}
#right{
width:200px;
background-color:#708090;
float:right;
}
#content{
background-color:#8080Ff;
margin-left:202px;
margin-right:202px;
}
#footer{
background-color:#FFC0FF;
clear:both;
height:50px;
margin-top:-50px;
width:800px;
margin-right:auto;
margin-left:auto;
}
#rasporka{
height:50px;
}
#menu1{
margin:10px;
background:#fff;
height:299px;
}
#menu2{
margin:10px;
background:#fff;
height:299px;
}#menu3{
margin:10px;
background:#fff;
height:299px;
}