.top{ height:100px; background:#ccc;}
.main{ height:400px; background:red;}
.left{ width:200px; background:blue;height:400px; position:absolute; left:0; top:100px; }
.right{ height:400px; background:green; margin:0 0 0 210px;}
.foot{height:50px; background:red;}
</style>
.main{ height:400px; background:red;}
.left{ width:200px; background:blue;height:400px; position:absolute; left:0; top:100px; }
.right{ height:400px; background:green; margin:0 0 0 210px;}
.foot{height:50px; background:red;}
</style>
.top{margin: 0 auto; height: 80px;background: #cccccc;}
.main{margin: 0 auto; height: 540px;background: #fc0000;position: relative;}
.left{ width: 200px;height: 540px; background: #0000fe;position: absolute;top:0px;left: 0px;}
.right{height: 540px; background: #9acc99;margin-left: 210px;}
.main{margin: 0 auto; height: 540px;background: #fc0000;position: relative;}
.left{ width: 200px;height: 540px; background: #0000fe;position: absolute;top:0px;left: 0px;}
.right{height: 540px; background: #9acc99;margin-left: 210px;}