@media print{
	#flashcontent{display:none;}
}
#flashcontent {
	height: 100%;
}
html {
	height: 100%;
	overflow: hidden;
}
body {
	text-align: center;
	height: 100%;
	margin: 0px; 
	padding: 0px;
}
