html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}

body {
	height: 100%;
	background-color: #0A3859;
	color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:arial, helvetica;
	font-size:12px;
}

strong {
	margin:50px;
}
p {
	margin:50px;
	line-height:20px;
}

a {
	color:#ffffff;
}
