@charset "utf-8";
/* CSS FLASH */
#contentFlash {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 950px;
	height: 580px;
	margin-top: -290px; /* half height */
	margin-left: -475px; /* half width */
}


#noflash {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 562px;
	height: 524px;
	margin-top: -262px; /* half height */
	margin-left: -281px; /* half width */
}

#noflash img {
	border:none;
}

