html {

	height: 100%;
	overflow: hidden;
	border: 0;


}

#flashcontent {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/* Overflash css */

#overflash {
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#overflash .button {
	width: 100px;
	height: 30px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #f00;
	-moz-border-radius: 5px;
}