#picturespace {
	height: 21em;
	text-align: center;
	color: #ccc;
	position: relative;	
}

#picturespace div.card {
	height: 343px;
	position:absolute;
	background-repeat: no-repeat;
	background-position: top left;
	color:#ccc;
	left: 1px;
	width: 2px;
	top: 100px;
}

