body {
  width: 100%;
  height: 100%;
  margin: 0px;
  display: table;
  font-family: "Liberation Sans",Arial,FreeSans,Sans;
  position: absolute;
  background: #333 url("/img/vsechno-atdlogomini") no-repeat top center;
  color: #eee;
  }
div#obalStranky {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  }
div#obsahStranky {
  width: 1070px;
  margin: auto;
  }
div#login a {
  color: lemonchiffon;
  text-decoration: none;
  }
div#login form {
  padding: 0 0 4px 0;
  }
input#loginNick, input#loginHeslo  {
  border-width: 1px;
  padding: 0px;
  margin: 5px 0px 0px 2px;
  background: #222;
  color: lemonchiffon;
  font-size: 15px;
  width: 150px;
  text-align: center;
  border: 1px #777 solid;
  }
input#loginTrvale {
  cursor: help;
  }
div#login button {
  border-width: 1px;
  padding: 0px 10px;
  margin: 5px 0px 0px 0px;
  background: #222;
  color: orange;
  font-size: 15px;
  text-align: center;
  }
div#login div#loginImg {
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 23px;
  }
