html {
	height: 100%;
}
	
#flashcontent {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#FFFFFF;
	font-family: tahoma;
	font-size: 40;
}

.head {
	font-family: tahoma;
	font-size: 30;
}

.text {
	font-family: tahoma;
	font-size: 14;
}

.largertext {
	font-family: tahoma;
	font-size: 16;
}

.middletext {
	font-family: tahoma;
	font-size: 20;
}

A {
  color: #fff;
  text-decoration: underline;
  font-size: 24px;
}




.footer {
	font-family: tahoma;
	font-size: 12;
}

.sitemap {
	font-family: tahoma;
	font-size: 12;
	color: #000;
}
	
TD.maincell {
	height: 615px;
	width: 860px;
	vertical-align: center;
	border: 1px;
	border-style: solid;
	border-color: #ffffff;
	text-align: center;
	background-color: #181818;
	padding: 5px;
}

.containerdiv {
	position: relative;
	width: 850px;
	height: 560px;
	text-align: center;
	vertical-align: top;
}

.coverdiv {
	position: absolute;
	top: 535px;
	left: 725px;
	z-index: 100;
}

.bottomhometext {
	text-align: center;
	color: #7F7F7F;
	font-family: tahoma;
	font-size: 10;
	width: 850px;
}