/* hide from ie on mac \*/
html	{
	height: 100%;
#	overflow: hidden;
}

#flashcontent	{
	height: 100%;
	background-color: #333333;
}
/* end hide */
body	{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #cccccc;
	height: 100%;
}
#banner	{
	border-width: 0px;
}
#header	{
	font-size: large;
}
a:link , a:visited , a:hover , a:active	{
	color: #cccccc;
	text-decoration: none;
}
a:hover	{
	color: #666666;
}
a:active	{
	color: #ffffff;
}
#footer	{
	font-size: x-small;
	text-align: left;
}
