body {
	margin: 0px;
	padding: 0px;
}

#content {
	margin: 0px;
	width: 140px;
	height: 350px;
	background: #cc0000 url('bg.jpg') top left no-repeat;
}

#viewport-wrapper {
	width: 140px;
	padding: 81px 0px 0px 31px;
}

#image-viewport {
	width: 76px;
	height: 106px;
	overflow: hidden;
	border: #900 2px solid;
	position: relative;
}

#image-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
}

#image-wrapper .profile-image {
	float: left;
	width: 76px;
	height: 106px;
}

#image-wrapper .profile-image img {
	border: 0px;
}

#thumb-wrapper {
	width: 135px;
	clear: both;
	margin-left: 4px;
}

#thumb-wrapper .profile-thumb {
	width: 40px;
	height: 46px;
	margin: 5px 5px 0px 0px;
	overflow: hidden;
	float: left;
}

#thumb-wrapper .profile-thumb img {
	border: #900 1px solid;
}