@charset "utf-8";
html, body {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	margin:0px;
}
#stage {
	background-image: url(../images/stage.png);
	background-repeat: repeat-X;
}
#wrapper #bg {
	background-image: url(../images/wrapper.png);
	background-repeat: repeat-y;
	width: 1030px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
