/* #page
*******************************************/
body {
	height: 100%;
	margin: 0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #990000;	
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

/* #noflash
*******************************************/
#noflash {
	width : 620px;
	height: 320px;
	margin-top: -160px;
	margin-left: -310px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background:#CCCCCC;
	position: absolute;
	top: 50%;
	left: 50%;

}

/* #flashcontent
*******************************************/
#flashcontent {
	width : 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}