body {
    background-image: url("/img/bg01.png");
    background-repeat: repeat;
}


/*
body {
  width: 1200px;
  height: 1200px;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

body::after{
	background: url(/img/bg01.png);
	opacity: 0.5;
	content: "";
	opacity: 0.9;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1; 
}
*/



.content {
	width:600px;
	height:400px;
	line-height:400px;
	margin:0px auto;
	text-align:center;
}
 
.content img {
	vertical-align:middle;
	padding-top:150px;
}
