div.wrapper{
	float:left; /* important */
	position:relative; /* important(so we can absolutely position the description div */ 
}
div.description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:100%;
	background-color:black;
	color:white;
	opacity:0.8;
	filter:alpha(opacity=80);
}

/* p.description_content */
p.description_content  {
	padding:8px;
	margin:0px;
	color:#FFF;
	font:13pt Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:14pt;
	vertical-align: middle;
}
p.description_content  A  {
	padding:8px;
	margin:0px;
	color:#FFF;
	font:13pt Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:14pt;
	vertical-align: middle;
}
p.description_content  A:visited  {
	text-decoration: none;
}
p.description_content  A:active  {
	text-decoration: none;
	color:#FFCC32;
}
p.description_content  A:hover,.content1  A:active  {
	text-decoration: none;
	color:#FFCC32;
}