html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	color: #6CB31B;
	background-color: #000000;
}

#container 
{
	width: 100%;
	height: 100%;
	min-height: 650px;
	min-width: 880px;
	
}

h1
{
	font-size: 12px;
}

#no-flash
{
	width: 405;
	
	margin: 150px auto;
}

#img-no-flash
{
	width: 405px;
	height: 116px;
}

a
{
	color: #6CB31B;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

span
{
	color: #FF0033;
}

ul
{
	list-style: none;
	color: #666666;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

ul a
{
	color: #666666;
}