* { margin: 0; padding: 0; }
body, html	{ background: #000; width:100%; height:100%; }

#flashcontent { width: 100%; height:100%; text-align: center; }

#flashcontent p {
  width: 400px;
  margin: 0 auto;
  line-height: 23px;
  font-family: "Trebuchet MS";
  font-size: 14px;  
  color: #FFF;
  text-align: center;
  padding-top: 250px;
  padding-bottom: 60px;
}
#flashcontent a {
	color: white;
}
#flashcontent a:hover {
	color: white;
	text-decoration: none
}
