#vystup {background: #CCCCF;
border: 2px solid navy;
width: 400px;
height: 300px}


#pozice1  {
        position: absolute; 
        left: 300px;
        top: 600px;
        background-image: url('tvar1.gif');
         width:  100px;
        height: 100px;

        }
        
#pozice2  {
        position: absolute; 
        left: 450px;
        top: 600px;
        background-image: url('tvar1.gif');
         width:  100px;
        height: 100px;

        }