
  body, html {
	margin: 0px;
    background-color: #FBFBFB;
	height: 100%;
	overflow: hidden;
	text-align: center
  }

  #flashcontent {
    width: 100%;
    height: 100%;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #2F2F2F
  }
  
  #alert {
	margin: 40px auto 0;
	width: 600px;
	background: #FFF;
	padding: 20px 0;
  }
  
  #alert h2 {
	color:#6F0D0D
  }
  
  #contact-block {
	margin: 50px auto 0;
	width: 500px;
	color: #2F2F2F;
  }
  
  #contact-block h3 {
	text-align:left;
  }
  
   #contact-block p {
	text-align:left;
	color: #6F6F6F
  }
