body {

margin-top: 0px;
margin-left: 0px;

}

#kropki {
	position: absolute;
   opacity:0.60;
   filter:alpha(opacity=60);
	z-index: 3;
      background: url('/img/kropka.png');
      width: 100%;
      height: 100%;
      overflow:hidden;
       min-height:768px;
       min-width:1024px;
}
#obrazek {
	position: absolute;
   overflow:hidden;
	z-index: 1;
   height: 100%;
   min-height:768px;
   min-width:1024px;
   
   
}



