html{
	padding: 0px;
	background: #000000;
	color: #330066;
}

body,td,th {
	color: #9966FF;
	font: 1em/1.5em "Times New Roman", Times, serif;
	background: #000000;
}
body {
	background-color: #000000;
	background-image: url();
	margin-bottom: 0px;
}



html, body, #content	{ height:100%; }
			body		{ margin:0; padding:0; overflow:hidden; }
			#altContent	{ /* style alt content */ }
			body		{background-color:#000000;}


#header {
	font: 0.7em Arial, Helvetica, sans-serif, "Lucida Grande";
	color: #660099;
	background: #000000;
	height: 20px;
	min-height: 20px;
	width: 100%;
	position: fixed;
	top: 0px;
	border-bottom: thin solid #330066;
}
#wrapper{
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#flashcontent {
	position:absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	right: 10%
	bottom: 10%
    padding: 0px;
	overflow: auto;
	right: 8%;
}

#footer {
	font: 0.7em Arial, Helvetica, sans-serif, "Lucida Grande";
	color: #330099;
	background: #000000;
	height: 5%;
	width: 98%;
	border-top: thin solid #330066;
	position: fixed;
	top: 94%;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 10px;
}
#footer a {
	
	color: #330099;
		
}
a:link {
	color: #CC66FF;
}

#clear {
	clear: both;	
}

