/* CSS Document */
body{
background: black;
}
#pojemnik{
position: relative;
}

#miejsce{ 
position: relative;
float: left;
height: 600px;
width: 600px;
border: 2px solid white;
background: black;
}

#wynik{
float: left;
background-color: gray;
color:white;
margin-left:2px;
width: 300px;
height: 600px;
border: 2px solid white;
}
/*
#punkty{
float: left;
margin-top:-80px;
margin-left:140px;
}*/

#kwadrat{
position: absolute;
background-image: url(chuck1.jpg);
height:40px;
width:40px;
}

#win{
position: absolute;
background: yellow ;
height:40px;
width:40px;
left:560px;


}

.sciana{
position:absolute;
width:10px;
height:10px;
background: white;
}