body{ margin:0; padding:0; font-size:30px; color:#000000;}
.top{ height:100px; background:#ccc;}
.left{ width:200px; height:500px; background:blue; position:absolute;}
.right{ margin-left:210px; height:500px; background:#9c9; position:relative;}
.footer{ height:50px; background:#f63;}
.top{ height:100px; background:#ccc;}
.left{ width:200px; height:500px; background:blue; position:absolute;}
.right{ margin-left:210px; height:500px; background:#9c9; position:relative;}
.footer{ height:50px; background:#f63;}
.top{background:#ccc;height:100px;}
.main{width:90%; margin:0 auto;background:red;position:relative;}
.left{ width:200px;background:blue;height:300px}
.right{position:absolute;left:210px;right:0;background:yellow;height:300px;}
.foot{background:orange;height:80px;}
.main{width:90%; margin:0 auto;background:red;position:relative;}
.left{ width:200px;background:blue;height:300px}
.right{position:absolute;left:210px;right:0;background:yellow;height:300px;}
.foot{background:orange;height:80px;}
.top{width:600px;background:#ccc; margin:0 auto;}
.main{width:600px;background:red;height:300px;margin:0 auto;position:relative;}
.left{ width:200px; height:300px;background:blue;position:absolute;top:0}
.right{height:300px;background:green;margin-left:210px;}
.foot{ width:600px;margin:0 auto;}
.main{width:600px;background:red;height:300px;margin:0 auto;position:relative;}
.left{ width:200px; height:300px;background:blue;position:absolute;top:0}
.right{height:300px;background:green;margin-left:210px;}
.foot{ width:600px;margin:0 auto;}
body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{height:100px;background:gray;}
.main{height:500px;background:red;}
.left{ background:blue;float:left;height:500px;width:200px;}
.right{background:green;float:right;height:500px;width:400px;}
.foot{clear:both;height:50px;background:pink;}
.top{height:100px;background:gray;}
.main{height:500px;background:red;}
.left{ background:blue;float:left;height:500px;width:200px;}
.right{background:green;float:right;height:500px;width:400px;}
.foot{clear:both;height:50px;background:pink;}
.top{width:100%;height:80px;background-color:#ccc;}
.main{width:100%;background-color:red;}
.left{ width:200px;height:600px;background-color:blue;position:absolute;top:80px;left:0;}
.right{height:600px;background-color:green;margin-left:210px;}
.foot{width:100%;height:50px;background-color:orange;}
.main{width:100%;background-color:red;}
.left{ width:200px;height:600px;background-color:blue;position:absolute;top:80px;left:0;}
.right{height:600px;background-color:green;margin-left:210px;}
.foot{width:100%;height:50px;background-color:orange;}