html, body {
background-color: #fff;
color: #000;
margin: 0;
padding: 0;
}

#kontener { width: 1024px; margin: 0 auto; margin-top: 10px; margin-bottom: 10px;}

#top {
width: 1024px;
}

#logo{
background: url('img/gora2.jpg') no-repeat;
height: 176px; 
}

#lewa {
width: 150px;
float: left;
overflow: hidden;
background-color: #ccc;
}

#prawa {
width: 492px;
height: 334px;
float: right;
overflow: hidden;
background: url('img/obrazek.jpg') no-repeat;
}

#link1 {
width: 100px;
float: left;
overflow: hidden;
background-color: #ccc;
}

#link2 {
width: 100px;
float: left;
overflow: hidden;
background-color: #aaa;
}

#link3 {
width: 100px;
float: left;
overflow: hidden;
background-color: #ccc;
}

#link4 {
width: 100px;
float: left;
overflow: hidden;
background-color: #aaa;
}

#link5 {
width: 100px;
float: left;
overflow: hidden;
background-color: #ccc;
}

#kropki {
width: 10px;
float: left;
overflow: hidden;
background-color: red;
}

#tresc{
width: 532px;
height: 334px;
float: left;
font-family: Arial; 
color: black; 
padding: 0;
overflow: hidden;
background: url('img/tekst.jpg') no-repeat;
}

#stopka {
clear: both;
width: 100%;
height: 100%;
background: url('img/dol.jpg') no-repeat;

}
