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;
}