@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body, html {
	background-color:#f4f3ee;
	overflow:hidden;
}
#frame{
	width:798px;
	height:344px;
	background:url(../images/demo/main-bg.jpg) no-repeat top left;
	text-align:center;
}
.flash{
	width:600px;
	height:220px;
	margin:0 auto;
	padding:62px 0 0 0;
}