/* General Styles */
/*
* {padding: 0; margin: 0 auto; }

html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	overflow:hidden;
	background-color:#000000;
}
*/
img {
	border: 0;
}

div#content {
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
}
/*
#flashContent {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	display: block;
}
*/
#noflashcontent {
	display: none;
}

div#dimoverlay {
	visibility: hidden;
	position: absolute;
	z-index: 10001;
	top: 0px;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

div#flashpopup {
	visibility: hidden;
	position: absolute;
	z-index: 10002;	
	padding: 0;
}

#flashPopupContent {	
	display: block;
	margin: 0 auto;
	z-index: 10002;
}
