@charset "utf-8";
/* CSS Document */

#flash {
	height: 550px;
	width: 750px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
body {
	text-align: center;
	height: 550px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	background-image: url(img/clear_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}

