Kod
html, body {
color: #000;
margin: 0;
padding: 0;
text-align: center;
position: absolute;
}
#top {
float: center;
width: 780px;
margin-left: auto;
margin-right: auto;
}
#NAGLOWEK {
background-color: #888;
}
#MENU {
width: 780px;
float: center;
overflow: hidden;
background-color: blue;
}
#TRESC {
width: 780px;
height: 980px;
float: center;
overflow: hidden;
text-align: left;
background-color: #black;
}
#STOPKA {
clear: both;
width: 100%;
background-color: #FBF999;
}
color: #000;
margin: 0;
padding: 0;
text-align: center;
position: absolute;
}
#top {
float: center;
width: 780px;
margin-left: auto;
margin-right: auto;
}
#NAGLOWEK {
background-color: #888;
}
#MENU {
width: 780px;
float: center;
overflow: hidden;
background-color: blue;
}
#TRESC {
width: 780px;
height: 980px;
float: center;
overflow: hidden;
text-align: left;
background-color: #black;
}
#STOPKA {
clear: both;
width: 100%;
background-color: #FBF999;
}
Co muszę zmienić żeby mi to zadziałało?