html, body {
  margin: 0px 0px 0px
}
body {
  background: #fff
}

#stred {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -70px
}

h1 {
    visibility: hidden
}

h2 {
    margin: 4px
}
p {
    margin: 4px;
    text-indent: 20px;
    text-align: left
}

#logo {
    background: url('/logo.png');
    width: 368px;
    height: 65px;
    margin: 0px auto
}

#logolink {
	 display:block; 
	 width: 100%; 
	 height: 100%
}   

#paticka {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0%;
}

a {
    color: #000
}

a:hover {
    color: #aaa
}

#o-webu {
    width: 300px;
    text-align: center;
    margin: 0px auto;
    padding-top: 10px
}