/**common css**/
*{margin:0px;padding:0px;}
.clear{clear:both}
body{background:#C0C0C0}

/**wrapper start**/
.wrapper{width:1000px;height:1300px;border:1px;margin:20px auto;background:#559B86}

/**header start**/
#header{width:100%;height:100px;background:#000040}

/**content start**/
#content{width:100%;height:1050px;background:#FA0530}
#post-1{width:100%;height:180px;background:#FF0080}

#post-2{width:100%;height:180px}
.left2{float:left;width:80%;height:180px;background:#FF870F}
.right2{float:right;width:20%;height:180px;background:#008000}

#post-3{width:100%;height:180px;background:#00FF00}
#post-4{width:100%;height:180px}
.left4{float:left;width:80%;height:180px;background:#26D0D9}
.right4{float:right;width:20%;height:180px;background:#266DD9}

#post-5{width:100%;height:150px;background:#000080}
#post-6{width:100%;height:180px;background:#FF0000}

/**footer start**/
#footer{width:100%;height:150px;background:#FA0530}
.footer-1{float:left;width:50%;height:150px;background:#0080C0}
.footer-2{float:left;width:50%;height:150px;background:#FFFF00}