body {
    margin:0px;
	background-image:url(images/bg.gif);
	}

.all {
	width: 100%;
	background-image:url(images/bg02.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}

.center01 {
	background-image:url(images/bg01.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:760px;
	}
.flash01 {
    width:100%;
	height:600px;
	display:block;
	top:0px;
	position:absolute;
	top:50%;
	margin-top:-300px;
	}    
.flash02 {
    width:800px;
	margin-left:auto;
	margin-right:auto;
	}   
