/* CSS Document */
@charset "UTF-8";

body{
	background:#2B2D4A;	 
}

#flash{
	width:800px;
	height:400px;
	border:1px solid #FFF;
	top:50%;
	left:50%;
	position:absolute;
	margin-top:-200px;
	margin-left:-400px;
	}