#cy{ width: 800px; height: 580px; } #menu{ width: 200px; height: 150px; float: left; text-align: center; list-style-type:none; } #menu > li > a { text-decoration:none; color:white; } #menu > li > a:hover { color:#00F; background-color:rgba(107,107,107,0.1); font-size:20px; } #menu>li>a{ display:table-cell; width: 200px; height: 50px; vertical-align:middle; } #baner{ text-align: center; width: 800px; height: 150px; } #stop{ text-align: center; clear: both; }