#image {
	float: left;
	position: relative;
}
	#image img {  
		z-index: 100;
	}
	#image p {
		background: #ccc;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 180px;
		padding: 10px;
		z-index: 1000;
	}

