@charset "UTF-8";

.startowaPusta {}

.topBanner { 
width: 600px;
height: auto;
/* min-height: 230px; */
/* height: 230px; */
clear: both;
display: block;

}

.firstColumn {
  float: left;
  width: 370px;
}
.secondColumn {
        float: left;
        width: 225px;
}

.endFloat {
 clear: both;
}