.textbox {
	position: absolute;
	top: 40px;
	left: 15px;
	width: 335px;
	height: 365px;
	text-align: justify;
	visibility: hidden;
	overflow: hidden;
}

#textbox1 {
	visibility: visible;
}

#change_page_container {
	position: absolute;
	top: 418px;
	left: 15px;
	color: #8A8A8A;
}

#page_link_current {
	color: #DDDDDD;
}

#artist_image {
	position: absolute;
	top: 15px;
	left: 374px;
}

#disc_links_box {
	position: absolute;
	top: 280px;
	left: 374px;
	width: 191px;
	height: 153px;
	color: #8A8A8A;
	overflow: hidden;
}

.disc_links_header {
	text-transform: uppercase;
	color: #DDDDDD;
	font-size: 14px;
	font-weight: bold;	
}