/* CSS Document */
body {
  margin:0;
  padding:0;
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background: black url("../images/bg.jpg") repeat-x;
}

#container {
  position: relative;
  width: 1100px;
  height: 209px;
  background: url("../images/bg.jpg") repeat-x;
  text-align: left;
  margin: auto;
  padding:50px 0 0 0;
}

.odpoved {
  background-color:#E8D39F;
}