body {
	margin: 0px;
	overflow: hidden;
	background-image: url('../images/bg3.png');
}
#main {
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-position: fixed;
	width: 386px;
	height: 1000px;
	z-index: 1;
	margin: 0 auto;
	overflow: hidden;
}
#main_bg {
	background-image: url('../images/bg2.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 1000px;
	background-color: #968fa1;
	z-index: 0;
	overflow: hidden;
}
#main_div {
	width: 1145px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}