html {
	height:100%;
	width:100%;
	background: #111111;
}

a:link {
  color: #f28fea;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #ba6eb4;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}


p {
	backmargin: 10px 10px 10px 10px;
	padding: 0;
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	color: #444444;
	background: #111111;
}

#flashcontent {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
