* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

#container {
	display: none;
}

#flash {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 31337;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 600px;
	overflow: hidden;
	background-color: #ffffff;
}
