html,body{
  background: black;
  text-align: center;
  font-family: Comic Sans, Comic Sans MS, cursive;
  height: auto;
  min-height: 100%;
  margin: 0;
  font-size: 13px;
  margin: auto;
}

div#header_back{
  background: url(img/pict_03.gif) repeat-x;
  width: 100%;
  height: 209px;
  position: relative;
  text-align: center;
  padding-top: 5px;
}

div#header{
  background: url(img/pict_01.gif) no-repeat;
  width: 619px;
  height: 157px;
  position: relative;
  margin: auto;
  text-align: center;
}

div#header img{
  margin: auto;
  margin-top: 38px;
}

div#menu{
  background: url(img/pict_06.gif) no-repeat;
  width: 619px;
  height: 51px;
  position: relative;
  margin: auto;
  margin-top: 20px;
}

div#pozadie{
  background: url(img/pict_05.gif) no-repeat;
  width: 996px;
  height: 253px;
  position: absolute;
  margin: auto;
  margin-top: 130px;
}

div#ciara{
  background: url(img/pict_14.gif) repeat-x;
  width: 100%;
  height: 47px;
  position: absolute;
  float: left;
  margin-top: 383px;
}

div#content{
  background: url(img/pict_11.gif) repeat-y;
  width: 619px;
  height: auto;
  margin: auto;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px;
}

div#obsah{
  background: url(img/pict_11.gif) repeat-y;
  width: 619px;
  height: auto;
  float: left;
  position: relative;
  margin: auto;
  text-align: justify;
}

div#footer{
  background: url(img/pict_17.gif) no-repeat;
  width: 619px;
  height: 64px;
  position: relative;
  margin: auto;
  float: left;
  text-align: left;
}

div#stred{
  width: 1024px;
  margin: auto;
  text-align: center;  
}

