body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #D0B000;
  background:#000;
}

a { 
    color: white;
    text-decoration:none;
}

a:hover, a:visited:hover {
    text-decoration:underline;
}

h1, h2, h3 {
    font-family: "Times New Roman", serif;
}

h1 {
    font-size: 22pt;
    color: #D0B000;
    font-weight: bold;
    margin:250px auto 10px auto;
    text-align:center;
}

h2 { font-size: 18pt; font-weight: normal; margin: 5px;}

.wrap { margin: auto; height: 600px; width: 980px;
        position: relative; margin:auto; text-align:center;}
.ic {
    padding:10px;
    text-align:center;
    margin:auto;
}

.nazev { font-size: 12px; font-weight: bold; text-decoration: none;}

.subtitle {
		clear:both;
		margin-bottom:50px;
    font-weight:bold;
}
  
  .google { width: 728px; height:90px; margin:auto; margin-top:20px;}
  .article {
    position: absolute;
    top: 190px;
    left: 50px;
    width: 500px;
    
  }