mam stronę w divach,w nagłówku wielki obrazek ,poniżej menu (które już jest ładnie wyśrodkowane)-oba są w tabeli, poniżej są menu tekst i informacje w divowych kolumnach. z wyjątkiem nagłówka wszystko jest wyśrodkowane. próbowałam przez margin: auto, text-align: center, float:left, width: 100%, width: 1000px.... itp. i nic. obrazek nagłówkowy mam wysunięty na prawo w stosunku do reszty strony. zamieszczam poniżej css:
html, body { background-color: #fff; color: #000; margin-top: 20px; padding: 0; font-family: "Calibri"; font-size: small; } p { text-align: justify; margin-left: 30px; } ul, ul li { display: block; list-style: none; margin: 0; padding: 0; } ul li { float: left; } ul a:link, ul a:visited { font-type: "Neuropol"; font-size: medium; text-decoration: none; display: block; text-align: center; border: 2px outset #ccc; padding: 5px; } ul a:hover { border-style: inset; padding: 7px 3px 3px 7px; } #top { width: 780px; text-align: center; margin: auto; } #NAGLOWEK { background-color: #888; } #MENU { margin-top: 20px; width: 125px; float: left; overflow: hidden; } #INFORMACJE { width: 125px; margin-left: 30px; margin-top: 50px; float: right; overflow: hidden; text-align: left; } #TRESC { margin-top: 25px; width: 500px; float: left; overflow: hidden; } #STOPKA { clear: both; width: 100%; background-color: #888; }