html {
  	height: 100%;
  	overflow: hidden;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

#flashcontent 
{
	height: 100%;
}

.errorContent
{
	font-family: Tahoma, "Trebuchet MS";
	font-size: 10px;
	line-height: 18px;
	color: #CCCCCC;
	letter-spacing: 1px;
	font-weight: bold;
}