body {
      font-family: tahoma;
      font-size: 10pt;
      background-image: url(background-3.png);
      background-repeat: no-repeat;
      background-position: center center;
      }

div.header {
    width: 100%;
    height: 68px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #006699;
    background-image: url(lenovo-logo.gif);
    background-repeat: no-repeat;
    text-align: center;
    overflow: visieble;
    }
    
img.complogo {
    float: right;
    padding-right: 20px;
    }
    
img.decoration_notebooks {
    position: absolute;
    top: 0%;
    left: 35%;
    z-index: 2;
    }
    
    
div.middle {
    height: 80%;
    margin-top: 150px;
    margin-right: 20%;
    margin-left: 20%;
    }
    
a.link {
  color: #006699;
  text-decoration: none;
  }
a.link:hover {
  color: #000000;
  }
  
img.stojany {
    border: 1px solid #006699;
    float: right;
    margin-right: 30px;
    }
