body
{
	font-family: "Lucida Grande", ARIAL, Helvetica, Helv, Swiss, sans-serif;
	background: #000;
	padding: 0;
	margin: 0;
	font-size: x-small;
	color: #CCC;
	line-height: 1.8em;
	height: 100%;
}

html
{
	height: 100%;
	overflow: hidden;
}


#bottommenu
{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	letter-spacing: 0.2em;
	background-color: #000;
	font-size: x-small;
	text-align: center;
	color: #666;
}

#bottommenu a { color: #666 }



a:link
{
	color: #666;
	text-decoration: none;
	font-family: "Lucida Grande", ARIAL, Helvetica, Helv, Swiss, sans-serif;
}
a:visited
{
	color: #666;
	text-decoration: none;
}
a:link:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }


#flashcontent
{
	height: 90%;
}
#flashcontent p
{
	color: #CCC;
}
#flashcontent p a
{
	color: #CCC !important;	
}		

