/* CSS Document */
body
  { background-image: url('Obrazky/velky.gif');
    background-repeat: no-repeat;
    background-position: top right;
    
    margin: 50 0 100 50;
  }
  
h1
  { color: red;
    font-family: "Verdana";
    font-weight: 700; 
  } 
  
p
  { font-family: "Comic Sans MS";
    font-size: 25px;
    font-weight: 500; 
    
  }   
  
img.velky
  { position: absolute;
    left: 300px;
    top: 70px;
  }  
  
img.maly
  { vertical-align: top;
  }   