/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
}
#flashcontent {
  height: 100%;
}
/* end hide */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #2e2e2e;
}

#linkbar {
	background: #2e2e2e;
	border-top: 1px solid #444;
	font-size: 12px;
	font-family: Arial;
	padding: 5px 0px;
}
#links {
	margin-left: 25px;
	background: url(/links.gif) 0px 2px no-repeat;
	padding-left: 40px;
}
#linkbar a {
	text-decoration: none;
	color: #555;
}
