html {
  height: 100%;
  overflow: hidden;
  font-family: Verdana, Arial, Helvetica, "sans serif";
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}

p { margin: 0 0 15px 0; }

#flashcontent {
	height:100%;
	display:block;
}

#mobilecontent {
	text-align: center;
	color: #333438;
	display:none;
}

