html {
	height: 100%;
}
body {
	background-color: #000000;
	margin: 0px;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 100%; 
	overflow: hidden;
	text-align: center;
}
a:link {
	text-decoration: underline;
	color: #C6CBB4;
}
a:visited {
	text-decoration: underline;
	color: #C6CBB4;
}
a:hover {
	text-decoration: underline;
	color: #C6CBB4;
}
a:active {
	text-decoration: underline;
	color: #C6CBB4;
}
h1{
	font-size: 120%;
}
#flashcontent {
	position: inherit;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}
#registrationcontent {
	background-image: url(../images/regback.gif);
	background-repeat: no-repeat;
	position: inherit;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 560px;
	padding: 20px;
	text-align:left;
	list-style:none;
}
