.top{height:100px;background:gray;}
.main{height:600px;position:relative;}
.left{width:200px;position:absolute;background:blue;height:100%;border-right:10px solid red;}
.right{position:absolute;left:210px;height:100%;background:green;width:100%}
.foot{background:orange;height:100px;}
.main{height:600px;position:relative;}
.left{width:200px;position:absolute;background:blue;height:100%;border-right:10px solid red;}
.right{position:absolute;left:210px;height:100%;background:green;width:100%}
.foot{background:orange;height:100px;}