@charset "utf-8";
/* CSS Document */

.flash_container {
	width: 1024px;
	height: 768px;
	position: absolute;
	margin-left: auto;
	margin-right: auto
}
.index {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/flowers2.png);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
