body {
	margin: 0px;
	background-image: url(pandamanbackimage.gif);
	background-repeat: repeat;
	text-align: center;
}

#container {
	margin: auto;
	width: 860px;
	text-align: left;
}

#logo {
	position: absolute;
	top: 0px;
	margin-left: 65px;
}


#container-top {
	margin: auto;
	width: 860px;
	height: 60px;
	background-image: url(backimage_01.gif);
	background-repeat: no-repeat;
}

#container-middle {
	margin: auto;
	width: 860px;
	background-image: url(backimage_02.gif);
	background-repeat: repeat-y;

}

#container-middle-1 {
	margin: 0px auto 0px;
	width: 700px;
	text-align: left;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

#catch1 {
	background-image: url(catch1.gif);
	width: 571px;
        height: 530px;
        background-repeat: no-repeat;
}

#space1 {
	height: 130px;
}

h1 {
	font-size: 16px;
	color: gray;
}

.sentenses1 {
	font-size: 14px;
}

h2 {
	font-size: 16px;
}

.right {
	float: right;
}

#container-bottom {
	margin: auto;
	width: 860px;
	height: 95px;
	background-image: url(backimage_04.gif);
	background-repeat: no-repeat;
}

#copyright {
	font-size: 10px;
}


