html {
	height: 100%;
	color: #888888;
}

a {
	color: #FF5555;
}

#flashcontent {
	height: 100%;
	overflow: hidden;
}

#warning {
  height: 100%;
	text-align: center;
	font-family: Tahoma, Verdana, Lucida, Arial;
	font-size: 14px;
	color: #fff;
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
}

#warning .txt {
  margin: 0px auto;
  font-weight: bold;
  padding-top: 440px;
}

#warning .footer {
  font-weight: bold;
  color: #003e26;
  font-size: 11px;
  padding-top: 10px;
}

#warning img {
  margin-top: 15px;
  border: none !important;
}

body {
	/*overflow: hidden;*/
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
}

