#container{width:1000px;height:800px;}
.clear{clear:both;}
#header{width:100%;height:50px;background:green;}
#content{width:100%;height:700px;background:green}
#sub{width:50%;height:700px;background:orange;float:left;}
#max{width:98%;height:100px;background:black;float:left;border-bottom:2px solid white;}
#max1{width:98%;height:100px;background:black;float:left;border-bottom:2px solid white;}
#max2{width:98%;height:100px;background:black;float:left;border-bottom:  2px solid white;}
#max3{width:98%;height:100px;background:black;float:left;border-bottom:2px solid white;}
#sub1{width:50%;height:700px;background:blue;float:right;}
#test{width:100%;height:200px;background:black;float:right;border-bottom:2px solid white;}
#test1{width:100%;height:200px;background:black;float:right;border-bottom:2px solid white;}
#footer{width:100%;height:50px;background:purple;}


