body {
	background: black;
	margin: 0px;
	padding: 0px;
    font-family: arial, sans-serif;
}

#filter {
	position: fixed;
	background: white; /*#DADADA;*/
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0;
	filter: alpha(opacity = 0);
	z-index: 100;
}

#loading {
  border: black solid 1px;
  width: 1000px;
  height: 286px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
/*  border: white solid 8px; */
}

