body {
	background-color: #e5e5e5;
	margin: 0px;
	text-align: center;
}
#container {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: hidden;
	display: block;
}
#flash {
	margin-left: -450px;
	position: absolute;
	top: -333px;
	left: 50%;
	width: 900px;
	height: 666px;
	visibility: visible;
}

