#wrapper{width:800px;height:600px;background:pink;}

#header{width:100%;height:100px;background:green;}

#inner_wrapper{width:100%;height:400px;background:blue;}
#inner_wrapper_left{width:300px;height:400px;background:cyan;float:left;}
#left_one{width:100%;height:100px;background:yellow;}
#left_two{width:100%;height:100px;background:red;}
#left_three{width:100%;height:100px;background:gray;}
#left_four{width:100%;height:100px;background:brown;}
#inner_wrapper_right{width:500px;height:400px;background:pink;float:left;}
#right_one{width:100%;height:200px;background:gray;}
#right_two{width:100%;height:200px;background:blue;}
#footer{width:100%;height:100px;background:black;}