html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border:none;
	
	font-family: Tahoma, sans-serif;
	background: #000000;
	
	color: #282828;
	font-size: 10px;
	
	text-align: center;
	
	position: relative;
}

a {
	color: #282828;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#fullheight {
	height: 100%;
	z-index: 0;
	text-align: center;
}

#flash {
	z-index: 0;
}

.preload {
	width: 1px;
	height: 1px;
	visibility: hidden;
	position: absolute;
	top: 0px; left: 0px;
}

#link_en {
	/*position: absolute;*/
	z-index: 100;
	left: 200px;
	cursor: pointer;
}

#link_pl {
	/*position: absolute;*/
	z-index: 100;
	left: 200px;
	cursor: pointer;
}

#nota {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	line-height: 17px;
	padding-bottom: 10px;
}
