* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
html {
	height: 100%;
}
body {
	font-size: 0.8em;
	text-align: center;
	color: #666666;
	background-color: #000000;
}
#container {
	height: 590px;
	width: 960px;
	text-align: left;
	background-color: #222222;
	position: absolute;
	left: 50%;
	top: 50%;	
	margin-top: -295px;
	margin-left: -480px;
}
#flash_area {
	height: 590px;
	width: 960px;
}
#image {
	height: 202px;
	width: 582px;
}
