
body {
	background-color:#000;
	background-repeat: repeat;
	background-position: 50% 0%;
	}
	
.left {
	background-image: url(images/bg-01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
.right {
	background-image: url(images/bg-02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

.content {
	width:1002px;
	height:1005px;
	background-image: url(images/index_01.jpg);
	background-repeat: no-repeat;
	}

