HTML 태그 내용 header content sideinfo footer CSS내용 #container { background-color:black; width:960px; margin:0 auto; padding: 10px;} #header{ background-color: red; height: 100px;} #content{ background-color: blue;float: left; width: 660px; height: 400px;} #sideinfo{ background-color: green; float: left; width: 300px; height: 400px;} #footer{ background-color: gray; clear:both; height: 100px;} #div{..