html {
  	height: 100%;
}

#flashcontent {
  	height: 100%;
	min-height:700px;
	min-width:1000px;
	overflow:scrollable;
	position:relative;
}
/* end hide */
body {
  	height: 100%;
  	margin: 0;
  	padding: 0;
  	background-color: #eee;
}


