#blok1{
   background-color: blue;
   width: 200px; height: 200px;
   position: absolute;
   top: 180px; left: 200px;
   border: 4px solid black; 
}

#blok2{
   background-color: orange;
   width: 200px; height: 200px;
   position: relative;
   top: -22px; left: 200px;
   border-color: black;
   border: 4px solid black; 
}

#blok3{
   background-color: red;
   width: 400px; height: 200px;
   position: relative;
   top: -230px; left: 400px;
   border-color: black;
   border: 4px solid black; 
}

#blok4{
   background-color: green;
   width: 200px; height: 200px;
   position: relative;
   top: -234px; left: -4px;
   border-color: black;
   border: 4px solid black; 
}

#blok5{
   background-color: gray;
   width: 400px; height: 200px;
   position: relative;
   top: -238px; left: -4px;
   border-color: black;
   border: 4px solid black; 
}

#blok6{
   background-color: purple;
   width: 195px; height: 200px;
   position: relative;
   top: -650px; left: 200px;
   border-color: black;
   border: 4px solid black; 
}

#blok7{
   background-color: yellow;
   width: 200px; height: 200px;
   position: relative;
   top: -858px; left: 400px;
   border-color: black;
   border: 4px solid black; 
}

#blok8{
   background-color: pink;
   width: 200px; height: 200px;
   position: relative;
   top: -862px; left: 400px;
   border-color: black;
   border: 4px solid black; 
}

#blok9{
   background-color: lightskyblue;
   width: 196px; height: 404px;
   position: relative;
   top: -1274px; left: 604px;
   border-color: black;
   border: 4px solid black; 
}