*{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}
body{
	background-color: black;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
#flashcontent, #Application{
	height: 100%;
  position: relative;
	width: 100%;
}

div#fallback{
  background-color: white;
  border: 3px solid gray;
  font-family: Arial, helvetica, sans-serif;
  height: 297px;
  left: 50%;
  margin: -152px 0 0 -252px;
  padding: 3px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 497px;
}
