@charset "UTF-8";
/* CSS Document */


html{
	padding: 0px;
	background: #000000;
	color: #330066;
	font: 100% Arial, Helvetica, sans-serif;
}

body,td,th {
	color: #9966FF;
	font: 0.9em Arial, Helvetica, sans-serif, "Lucida Grande";
}

html, body, #content	{ height:100%; }
body		{
	margin:0 auto;
	padding:0;
	overflow:hidden;
	text-align: center;
}

#header {
	font: 0.9em Arial, Helvetica, sans-serif, "Lucida Grande";
	color: #660099;
	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 {
	margin: 20px auto 28px auto;
}

#footer {
	font: 0.9em Arial, Helvetica, sans-serif, "Lucida Grande";
	color: #330099;
	border-top: thin solid #330066;
	position: fixed;
	top: 94%;
	width:100%;
	text-align: right;
	padding: 5px;
}
#footer a {
	
	color: #330099;
		
}
a:link {
	color: #CC66FF;
}

#clear {
	clear: both;	
}