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

body {
	height: 100%;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	background: #ffffff;
	margin:0;
	padding:0;
	text-align:center;
}

#flashcontent {
	height: 100%;
	font-size:12px;
	color:#000000;
}

#flashcontent p{
	margin:100px 0 0 0;
}

#flashcontent a{
	font-weight: bold;
	font-size:12px;
	color:#000000;
	text-decoration: none;
}

#flashcontent a:hover{
	font-weight: bold;
	font-size:12px;
	color:#b5d11d;
	text-decoration:underline;
}
