@charset "UTF-8";

html,
body,
#flashcontent 
{
	font: 18px Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 1.7em;
	color: #999;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;
}

#flashcontent #wrapper {
	width: 900px;
	margin: 50px auto 0 auto;
}

a,
a:link,
a:active,
a:visited
{
	font-size: 28px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}