#photo {
	position: absolute;
	top: 50px;
	text-align: center;
	left: 30px;
}

#artwork {
	position: absolute;
	left: 215px;
	top: 50px;
	text-align: center;
}

img.imagelink {
	border: 3px solid #717171;
}

img.imagelink:hover {
	border: 3px solid #82463f;
}