body {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-family: Arial, helvetica, sans-serif;
  font-size: 10pt;
  line-height:1.3em;
  color: #343434;
  background:#000000;
}

a { 
  color: white;
}

h1, h2, h3 {
  font-family: "Myriad Pro", "MyriadPro", "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, sans-serif;
}

h1 { font-size: 22pt; color: white; font-weight: normal;}
h2 { font-size: 18pt; font-weight: normal; margin: 5px;}

.wrap { margin: auto; height: 485px; width: 800px;
        background: #000000 url('./index.jpg') top center no-repeat;
        position: relative; margin-top: 20px; padding: 20px 0px 0px 50px;}
  .ic { position: absolute; top: 50px; right: 80px; font-size: 11px; font-weight: bold;}
    .nazev { font-size: 12px; font-weight: bold; text-decoration: none;}
  
  .google { width: 728px; height:90px; margin:auto; margin-top:20px;}
  .article {
    position: absolute;
    top: 190px;
    left: 50px;
    width: 500px;
    
  }
