body {
	margin: 0px auto;
	background-attachment: fixed;
	background-image: url(resource/back_01.jpg);
	background-repeat: repeat-x;
	background-color: #11100C;
}
.back {
	background-attachment: fixed;
	background-image: url(resource/back_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	background-image: url(resource/footer.gif);
	height: 85px;
	width: 906px;
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}

/*IE6*/
*html body {
	margin: 0px auto;
	background-image: url(resource/back_01.jpg);
	background-color: #11100C;
	background-attachment: scroll;
}
