/* CSS Document */

html, body { 
	margin: 0px;
	padding: 0px;
	height:100%;
	overflow: hidden;
}

#flashcontent {
	background-color: #FFFFFF;
	text-align: center;
}

