html, body
{
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}

#flashdiv {
  border: 0px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 690px;
	z-index: 1;
}

#linktable {
  color: #b0b0b0;
  font-family: arial;
  font-size: x-small;
	position: absolute;
	top: 690px;
	margin-left: -485px;	
	left: 50%;
  width: 960px;
  z-index: 3;
}

#linktable a{
  color: #b0b0b0;
  font-decoration: underline;
}
