@charset "utf-8"; #container { width: 960px; margin: 0 auto; } #menu { background-color: #F00; height: 30px; } #slider { background-color: #000; height: 360px; } #low { height: 190px; } #left { background-color: #bbb4ff; width: 320px; height: 190px; float:left; } #middle { background-color: #176c00; width: 320px; height: 190px; float:left; } #right { background-color: #ff2500; width: 320px; height: 190px; float:left; } #header{ height: 125px; } #logo { margin-top: 10px; margin-left: 15px; }