@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
}

#txt {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

#movie {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}

#counters {
	display: none;
}