/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #2F509F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	height: 100%;
}
#centrs {
	position: absolute;
	height: 460px;
	width: 700px;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -350px;
	text-align: center;
}
#saites {
	margin-left: auto;
	margin-right: auto;
	width: 446px;
	text-align: right;
	height: 20px;
}
#saites a {
	padding: 0 0 5px 0;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
#navigacija {
	padding-top: 2px;
	background-image: url(navigacija.jpg);
	background-position: center center;
	height: 22px;
}
#navigacija a {
	color: #000033;
	font-family: Tahoma;
	font-size: 17px;
	text-decoration: none;
}