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

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(247,177,0); 
	margin: 10px;
	padding: 10px;
	text-align :center;
	background-color: #303030;
	height: 100%;
    color:#ffffff;
}

#flashcontent {
	height: 80%;
}

#viewer {
	background-color: #ff00ff;
}

a:link { 
	color: rgb(247,100,0);
	}
a:visited { 
	color: rgb(247,70,0);
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: rgb(247,100,0);
	}
