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