html, body {
	margin: 0;
	padding: 0;
	background-color: #344B83;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;

}
a {
	color: #FFF;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background: #036;
}
a:active {
	text-decoration: underline;
}
a.xxx {
	color: #FFF;
	font-family: Impact, Arial, Sans-serif;
	font-size: 24px;
}
a.xxx:link {
	text-decoration: underline;
}
a.xxx:visited {
	text-decoration: underline;
}
a.xxx:hover {
	text-decoration: none;
	background: #036;
}
a.xxx:active {
	text-decoration: underline;
}
#centerro {
	position: relative;
	width: 774px;
	height: auto;
	margin: 0 auto;
}
#top {
	margin: 0;
	padding: 0;
	width: 774px;
	height: 154px;
	background: url(img/top.jpg) top left no-repeat;
	text-indent: -999em;
}
#tlo {
	background: url(img/tlo.png) top left repeat;
	width: 774px;
	float: left;
}
.idia {
	display: none;
}
p {
	margin: 8px 0;
	padding: 0;
}
#stopka {
	margin: 0;
	padding: 20px 0 0 0;
	width: 774px;
	height: 36px;
	background: red url(img/stopka.jpg) top left repeat;
	text-align: center;
	float: left;
}