
#wide-portrait {
	position: relative;
	width: 800px;
	background: url(images/ransford-son.jpg);
	text-align: center;
	vertical-align: bottom;
}

#wide-portrait.tallish {
	height: 290px;
	background-position: top;
}
#wide-portrait.smallish {
	height: 190px;
	background-position: center;
}

#wide-portrait #name {
	font-family: Futura, "Helvetica Neue UltraLight", "HelveticaNeue-UltraLight", "Helvetica Neue", Helvetica, sans-serif;
	color: white;
	position: relative;
	top: 100px;
}

#wide-portrait #p-attrib {
	position: absolute;
	bottom: -7px;
	right: 1px;
	font-size: xx-small;
	color: #999;
}

#wide-portrait #name > a {
	color: white;
	text-decoration: none;
}
