html {
	height:100%;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height:100%;
	scroll: no;
}

/* div's */
#flashcontent {
	position:absolute
	width: 100%;
	height: 100%;
}