html, body, #wrapper {
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0DABCB;
	text-decoration: none;
	background-image: url(../grafika/koguty.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 400px;
}
img {
	text-decoration: none;
	border-style: none;
}
a:hover {
	color: #0B933B;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0DABCB;
	text-decoration: none;
}
