/* centering one flash */
#wrapper {
	width: 700px; height: 525px;
	position: absolute;
	left: 50%; top: 50%;
	margin: -262px 0 0 -350px;
}
