#wrapper {
	position: absolute;
	left: 200px;
	top: 120px;
	width: 1200px;
	overflow: hidden;
/* 	height: 100%; */
	z-index: 5;
}

#wrapper.boym {
	height: 700px;
}

#wrapper #artist_name {
	width: 250px;
	z-index: 100;
	position: absolute;
}

#wrapper #artist_paragraph {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #939598;
	position: absolute;
	left: 261px;
	width: 490px;
	top: 0;
	z-index: 100;
}

#wrapper h2 {
	display: inline;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
}

#wrapper #artist_name h3 {
	display: inline;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #939598;
}

#artist_text {
	position: absolute;
	top: 312px;
	left: 200px;
	width: 250px;
	z-index: 100;
}

 #artist_text p {
	font-size: 13px;
	line-height: 16px;
	color: #111111;
	margin-bottom: 16px;
}

em {
	font-style: italic;
}


.left {
	left: 80px;
}

.right {
	right: 0;
}

.bottom {
	bottom: 0;
}

.boym {
	position: absolute;
	top:217px;
	left: 200px;
}

#arrow_right {
	position: absolute;
	left: 970px;
	top: 120px;
	z-index: 500;
}

#image {
	position: absolute; left: 200px;
	top: 310px;
}

#image_paragraph {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #fb8114;
	position: absolute;
	left: 850px;
	width: 120px;
	top: 650px;
	z-index: 100;
	font-style: italic;
}

#image_paragraph em {
	font-style: normal;
}