@font-face {
  font-family: written;
  src: url(StudyAlone.otf);
}
@font-face {
  font-family: titlee;
  src: url(Handwind.ttf);
}
body {
			text-align: center;
			color: #4B343A;
			background-image: url("img/bg.png");
		}
		.image {
			width: 500px;
			height: 600px;
			position: absolute;
			left: 420px;
			top: 70px;
			overflow: hidden;
			text-align: center;
			z-index: 3;
		}
		.text {
			width: 480px;
			height: 650px;
			position: absolute;
			left: 1000px;
			top: 70px;
			font-size: 18px;
			overflow: auto;
			text-align: justify;
			font-family: written;
			z-index: 2;
		}
		.title {
			font-size: 32px;
			font-style: italic;
			font-weight: bold;
			font-family: titlee;
		}
		.end {
			text-align: right;
			font-style: italic;
			font-family: titlee;
			font-size: 32px;
		}
		.imagemap {
			position:absolute;
			left: 240px;
			z-index: 1;
		}