html {
	height:100%;
}
body {
	background-color: #FFFFFF;
	margin: 10px;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 100%; 
	overflow: hidden;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #E2001A;
}
a:visited {
	text-decoration: none;
	color: #E2001A;
}
a:hover {
	text-decoration: underline;
	color: #E2001A;
}
a:active {
	text-decoration: none;
	color: #E2001A;
}
#flashcontent {
	position: inherit;
	margin-left: auto;
	margin-right: auto;
	width: 995px;
	height: 565px;
}
#registration {
	position: inherit;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px;
	width: 975px;
	height: 545px;
	text-align: left;
}
