	html {
	height: 100%;
	overflow: visible;
	margin: 0;
	padding: 0;
	}
	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #222222;
	font: .8em/1.2em verdana,arial,helvetica,sans-serif;
	}
	a:link {
	text-decoration: none;
	color: #CCCCCC;
	}
	a:visited {
	text-decoration: none;
	color: #CCCCCC;
	}
	a:active {
	text-decoration: line-through;
	color: #CCCCCC;
	}
	a:hover
	{
	background-color:#CCCCCC;
	text-decoration:none;
	color:#333333;
	}
	#box {
	width: 100%;
	height: 98%;
	margin: 0px;
	padding: 0px;
	}
	#menu {
	background-color: #222222;
	text-align: center;
	width: 100%;
	color: #CCCCCC;
	margin-top: 0px;
	padding-top: 0px;
	}	
	#flashcontent {
	background: transparent;
	height: 98%;
	margin: 0px;
	padding: 0px;
	}
	#flashcontent a:link {
	color: #ff0000;
	}	
	#footer {
	position: relative;
	background-color: #222222;
	width: 100%;
	height: 10px;
	top: 0px;
	color: #555555;
	text-align: center;
	font: .8em/1.0em verdana,arial,helvetica,sans-serif;
	margin-top: 0px;
	}
	#footer a:link {
	text-decoration: underline;
	color: #555555;
	}	
	#footer a:visited {
	text-decoration: underline;
	color: #555555;
	}
	#footer a:active {
	text-decoration: underline;
	color: #555555;
	}
	#footer a:hover	{
	background-color:#CCCCCC;
	text-decoration:none;
	color:#333333;
	}
