html {
	height: 100%;
	overflow: hidden;
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-image: url(../images/BG-Panel.jpg);
	background-repeat: repeat-x;
	height:100%;
	margin:0;
	padding:0;
}
.logo {
	margin-top: 115px;
	margin-left: 83px;
}

.body_text {
	margin-left: 121px;
	margin-top:20px;
	width: 600px;

}

.body_text h1 {
	color:#FFFFFF;
	font-size: 1.6em;
	margin: 0;
	
}

.body_text p {
	color:#FFFFFF;
}

.body_text p a {
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}

.body_text p a:hover {
	color:#ff0000;
	text-decoration:underline;
}

#FlashApp {
	height:100%;
	width: 100%;
}

#container {
	border: solid 1px #ff0000;
	height: 100%;
}

.errorOverlay{ 
	position:absolute;
	top:0px;
	left:0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-image: url(../images/BG-Panel.jpg);
	background-repeat: repeat-x;
	height:100%;
	margin:0;
	padding:0;
	
}


