body {
background-color:white;
text-align:center;

}
#contener {
text-align:left;
width:900px;
background-color:white;
margin:0px auto;
font-size:12px;
}
#contener div {
float:left;
width:200px;
border:0px solid red;
margin:5px;
padding:5px;
}
#gora {
background-color:white;
background-image: url(img/gora.gif);
background-position: top left;
background-repeat: no-repeat;
height:80px;
width:880px;
margin:0px auto;
}
#dane {
margin:5px;
width:400px;
height:400px;
float:right;
background-color:white;
background-image: url(img/tlo.gif);
background-position: top;
background-repeat: no-repeat;
}

