body, html {
	background: #ffffff;
    height: 100%;
}

body, td, div {
	font-family: 'Ubuntu Condensed', "Lucida Sans Unicode", "Lucida Grande", "Lucida Console", verdana, helvetica, arial, sans-serif;
	font-size: 15px;
	color: #000000;
	letter-spacing: 1px;
	vertical-align: top;
}

p {
	margin: 0 0 32px 0;
    line-height: 128%;
    text-align: justify;
}

.wrapper {
    position: relative;
    height: 100%;
}

.inner {
  width: 840px;
  height: 450px;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.blk {
    width: 350px;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

.blk img {
    margin-bottom: 32px;
}

h1 { font-size: 26px; margin: 0 0 26px 0; text-align: center }

a {
    color: #000000;
}

.adres{
    text-align: center;
    color: red;
    margin-top: 22px;
}

a:link img, a:visited img {
  color: #000000;
  border: 0px solid #000000;
  text-decoration: none;
}

a:hover {
  color: #444444;
  text-decoration: underline;
}

.clr {
    clear: both;
}