/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#flashcontent {
		height: 100%;
		text-align: left;
		font-family: Arial;
		font-size: 18px;
}

html {
		height: 100%;
		overflow: auto;
		text-align:left;
}

#noFlashContent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-image: url(../_media/background.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#noFlashContentText {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	z-index:1;
	
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 23px;
	overflow: auto;
	overflow-x: hidden;
	background-color: #FFFFFF;
	border: 1px solid #990000;
}