html {
		_height            : 100%;
		_overflow          : hidden;
}
	
#flashcontent {
		height            : 100%;
}

body {
		height             : 100%;
		margin             : 0;
		padding            : 0;
		background-color   : #f60;
}
 
#alt_text {
  position           : absolute;
  font               : 11px Arial;
  margin             : -110px 0 0 -100px;
  padding            : 20px;
  border             : 1px solid black;
  width              : 200px;
  height             : 110px;
  background         : #ffffff;
  left               : 50%;
  top                : 50%;

}

td {
  font               : 12px Arial;
}

a:link {
  color              : #0000ff;
}

a:active {
  color              : #0000ff;
}

a:visited {
  color              : #0000ff;
}

a:hover {
  color              : #fff;
}
