@charset "UTF-8";
body {
	width: 100%;
	background-color: #C4DBEB;
	margin-left: 0px;
	overflow: hidden;
	height: 200px;
	margin-top: 0px;
}
#flashbox {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
#wrap {
	background-color: #476172;
	width: 100%;
	height: 200px;
}

