* {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	overflow: hidden;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #ffffff;
}

#flashcontent {
	text-align: center;
	width: 100%;
	height: 100%;
}