#testDiv {
	height: 100px;
	width: 200px;
	background: yellow;
	margin-bottom: 10px;
}

#testDiv span {
	display: block;
	text-align: center;
	padding-top: 30px;
}