.top{width: 100%;background: gray}
.main{width: 100%;height: 400px;background: red;position: relative;}
.left{ width:200px;height: 400px;background: blue;position: absolute;left: 0;top: 0}
.right{margin-left: 210px;height: 400px;background: green}
.foot{width: 100%;height: 40px;background: orange}
.main{width: 100%;height: 400px;background: red;position: relative;}
.left{ width:200px;height: 400px;background: blue;position: absolute;left: 0;top: 0}
.right{margin-left: 210px;height: 400px;background: green}
.foot{width: 100%;height: 40px;background: orange}