﻿html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}

body {
	text-align:center;
	height: 100%;
	margin: 0px;
	padding: 0px;

}

#flashcontent {
	height: 100%;
	z-index:1;
	margin:0px;
	padding:0px;
}

