我个人的答案
.head,.main{ width:960px; margin:0 auto;【任务1】}
.head{ height:100px; background:#F90}
.left{ width:220px; height:600px; background:#ccc; float:left;【任务2】}
.right{ width:740px; height:600px;background:#FCC; float:right}
.r_sub_left{ width:540px; height:600px; background:#9C3; float:left}
.r_sub_right{ width:200px; height:600px; background:#9FC;float:right; 【任务3】}
.footer{ height:50px; background:#9F9;clear: both; 【任务4】}