@charset "utf-8";
/* CSS Document */

html, body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
}

object{outline:none;}

#brackets{
	width: 100%;
	height: 980px;
	top: 0px;
	position: absolute;
	z-index:1;
}

#meteorMap{
	position: absolute;
	z-index:2;
	left:50%;
	top:404px;
	margin-left: -142px;
	display: none;
}
