@charset "utf-8";
html,
body,
#presentation,
#myAlternativeContent
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	min-width:1100px;
}

#conversion
{
	visibility:hidden;
	height:0;
}

body
{
	background-color:#000;
}

#noFlash
{
	background: url(images/no_flash_bg.jpg) no-repeat;
	width:984px !important;
	height:652px !important;
	font-family:arial,sans-serif;
	color:#d1d1d1;
	font-size:16px;
	/*padding:200px 0 0 250px;*/
	margin:0 auto;
}

#message
{
	position:relative;
	left:250px;
	top:200px;
}

H1
{
	color:#fff;
	font-size:16px;
	margin:0;
	padding:0;
}

LI
{
	padding:0.3em 0;
}

A,
A:link,
A:visited
{
	color:#cc9a34;
	text-decoration:none;
}

A:hover
{
	text-decoration:underline;
}