body,html {
	font-size: 1.1em;
	font-family: sans-serif, Helvetica, Verdana, Arial;
	color: #bcbcbc;
	background:#121212;
	margin:20px;
	padding:0;
	height:100%;
	text-align:center;
}
div#flashcontent {
	margin:24px auto;
	
}
#title {
	margin-bottom: -25px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 4em;
}
#subtitle {
	margin-bottom: 10px;
	color: #8a8a8a;
	font-family: sans-serif;
	font-size: 0.7em;
}
img	{
	border-style: none;
}
a	{
	font-weight: bold;
}
a:link	{
	text-decoration: none;
	color: white;
}
a:visited	{
	text-decoration: none;
	color: white;
}
a:active	{
	text-decoration: underline;
	color: white;
}
a:hover	{
	text-decoration: underline;
	color: white;
}
