
html {
  height: 100%; /* firefox */
}

body {
  background: black url(../../media/images/logo-intro.gif) top left no-repeat;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}

#skiplink {
	position: relative;
	text-align: center;
	top: 1em;
}

#skiplink a {
	text-decoration: none;
	font-size: 0.9em;
}

#skiplink a:hover {
	text-decoration: underline;
}

#intro-copyright-info {
	border-top: 1px solid #444;
	padding-top: 3px;
	position: relative;
	text-align: center;
	top: 1em;

	color: #444;
	font-size: 0.8em;
}

#intro-copyright-info a {
	text-decoration: none;
	color: #444;
}

#intro-copyright-info a:hover {
	text-decoration: underline;
}

#intro {
	position: relative;
	width: 550px;
	height: 309px;
	margin: 0 auto;
	top: 50%;
	margin-top: -154px;
}

#container {
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
	position: absolute;
	left: -9999px;
}

#intro object {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%; 
	display: block;
	position: relative;
	border: none;
	color: black;
}
