/* CSS Document */
div#highlightevent {
	position:relative; 
	left:10px; 
	opacity:0.6;
	filter:	alpha(opacity=60);
	width:200px;
}

div#divCon {
	position:relative; 
	bottom:0px;
}
