html {
		height            : 100%;
		_overflow          : hidden;
}
	
body {
		height             : 100%;
		margin             : 0;
		padding            : 0;
		background-color   : #fff;
}

#flashcontent {
		height            : 100%;
		min-height		  : 650px;
}

#alt_text {
  position           : absolute;
  font               : 11px Arial;
  margin             : -115px 0 0 -200px;
  border             : 0;
  width              : 400px;
  height             : 231px;
  background         : #ffffff;
  left               : 50%;
  top                : 50%;

}
