html {
        height:100%;
        margin:0;
        padding:0;
}
body {
	background-color: #f5f5f5;
        padding:0;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	height:100%;
}

.kontenta {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.txt {
	font-size: 11px;
	font-style: normal;
	color: #645f5f;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	text-align: justify;
}

.txt-a {
	font-size: 11px;
	font-style: normal;
	color: #645f5f;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	padding-right:4px;
}

.txt-b {
	font-size: 11px;
	font-style: normal;
	color: #645f5f;
	font-family: Tahoma, Verdana;
	text-decoration: none;
}

a {
	font-size: 11px;
	font-style: normal;
	color: #645f5f;
	font-family: Tahoma, Verdana;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	font-style: normal;
	color: #645f5f;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
}
a img {
  border: 0px solid transparent;
}
a div{
  height:55px;
  background-repeat:no-repeat;
  background-position: 0px 0px;
  cursor:pointer;
  float:left;
}
a:hover div{
  height:55px;
  background-repeat:no-repeat;
  background-position: 0px -55px;
  cursor:pointer;
  float:left;
}
