/* CSS Document */

body,html {
	background-image: url(/images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #BCFFF6;
	overflow: hidden;
}

.pagina	{
	position: absolute;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	top: 0px;
	}

.tekst	{
	position: absolute;
	top: 317px;
	left: 0px;
	}

.copyright	{
	position: absolute;
	top: 550px;
	left: 0px;
	width: 894px;
	height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 17px;
	letter-spacing: 0.1pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: center;
	}

#linktext a {
	color: #000000;
	text-decoration: underline;
	}

#linktext a:link {
	color: #000000;
	text-decoration: underline;
	}

#linktext a:visited	{
	color: #000000;
	text-decoration: underline;
	}

#linktext a:hover	{
	color: #FF0066;
	text-decoration:underline;
	}

#linktext a:active	{
	color: #FF0066;
	text-decoration:underline;
	}