/*******************************************************************************
* Soubor kaskádových stylů CSS
* 
* 2008-12-01 Chaloupka Jaromír
*******************************************************************************/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  font-size: 80%;
  color: #222;
  background: #fff url(../img/pozadi_podstranky.jpg) repeat-x top left;
  text-align: center;
}

