
@import url(common.css);

html {
  height: 100%;
} 

body {
  height: 100%;
  background: #7B1013 url(../images/bg.gif) repeat-x;
  color: #c04742;
  font: 11px Verdana, Helvetica, sans-serif;
  line-height: 1.6;
  overflow-y: scroll;
  text-align: center;
}
a {
  color: #c04742;
}


h1 {
  margin: 0;
}

#obrazek img {
  border: 10px solid #48090B;
}

#menu {
  margin-top: 10px;
}

#footer {
  font-size: 10px;
  padding: 10px 0;
}
