Witajcie.Mam problem z użyciem floatowania struktury tejże strony.
#baner
{
background-color: #45517D;
font-color: white;
font-size:120%;
text-align:right;
height:60px;
}
#lewy
{
background-color:#61B2EC;
width:40%;
height: 500px;
float:left;
}
#prawy
{
background-color:#8EC9F2;
width:60%;
height:500px;
float:left;
}
#stopka
{
background-color:#45517D;
color:white;
font-size:150%;
text-align:center;
}
a:visited
{
color:green;
}
a
{
color:orange;
}
table
{
width:100%;
text-align:center;
color:white;
}
ul #lewy
{list-style-type:circle;
}