body{ background:url('obrazki/bg.PNG') repeat-x; background-color: #690321; font-family:Arial; font-size: 11px; padding:0; margin:0; } .szerokosc{ margin: 0 Auto; width: 900px; height:auto; } #box_lewy{ float:left; width:200px; height:auto; margin:0 auto; } #tresc{ float:left; width:700px; } #stopka{ width:900px; height:39px; float:left; background-image:url('obrazki/stopka.PNG'); font-size:11px; color:#797979; }
#stopka { position: fixed; bottom: 0;
*{ margin: 0; padding: 0; } html, body{ height: 100%; /* Required */ } #srodek_strony { margin: 0 auto; width: 900px; position: relative; min-height: 100%; /* For Modern Browsers */ height: auto !important; /* For Modern Browsers */ height: 100%; /* For IE */ overflow:hidden; } #stopka { width: 100%; position: absolute; bottom: 0 !important; bottom: -1px; /* For Certain IE widths */ height: 40px; }