/*CSS RESET*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*ie6 background image flicker fix*/
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#flashcontent {
	color: #ffffff;
	display: block;
	font-size: 1.4em;
	margin: 0 auto;
	text-align: center;
	/*
	min-width: 1000px;
	width: auto !important;
	width: 1000px;
	*/
}
	#flashcontent a {
		color: #ffffff;
	}
	