@charset "utf-8";

html {
  margin      : 0;
  padding     : 0;
  overflow    : auto;
}
body {
  background-color:#fef4e8;
  position: absolute;
  margin      : 0;
  padding     : 0;
  width       : 100%;
  height	  : 100%;
}
#flashcontent,
#flashcontent:focus
{
    outline:none;
}

#flashcontent{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position:absolute;
	z-index:1;
	text-align:center;
/*    height	  : 100%;*/
}

.nofla{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -334px;
  margin-left: -495px;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */