@charset "iso-8859-2";

body, html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	background-color: #000000;
}

div#index {
	margin-left:auto;
	margin-right:auto;
	height:100%;
	width:100%;
}
