
body {
  background-image: URL('http://www.gigaweb.cz/images/newpage/pozadi.gif');
  color: #333;
}

/* rozdeleni stranky na nekolik casti */
#sloupec1, #sloupec2 {
  text-align: center;
}

#sloupec1 {
  width: 240px;
  float: left;
}

#sloupec2 {
  margin-left: 240px;
}

/* nastaveni vzhledu obrazkovych odkazu */
a img {border: 0;}

/* text v odstavcich */
p {
  font-family: verdana, arial, sans-serif;
  font-size: 0.8em;
  text-align: center;
}

.tucne {
  font-size: 1em;
  font-weight: bold;
}

.mezera {
  margin-top: 70px;
}

