@charset "utf-8";
/* CSS Document */

/*------------------------------- Body ---------------------------------*/
body{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
html {
	height: 100%;
	overflow: hidden;
	/* -webkit-text-size-adjust: none; */
}

/*------------------------------- Home ---------------------------------*/

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