html {
	height: 100%;
	overflow: hidden;
}

#bezflasha {
	height: 100%;
}

body {
	height: 100%;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
}

a {
	color: #ffffff;
	border-bottom: 1px dotted #ff0000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}
.flaga {
	position: absolute;
	z-index: 5;
	top: 50px;
	right: -5px;
	width: 52px;
	height: 26px;
	background: url(../gfx/flaga_en.png);
	display: block;
	border: none;
}
