div#links_header {
	position:relative;
	height:50px;
	text-align:center;
}
div#links_description {
	position:relative;
	width:340px;
	margin-right:10px;
	float:left;
}
div#links_desc_content {
	position:relative;
	width:340px;
	height:120px;
}
div#links_links {
	position:relative;
	width:350px;
	float:left;
}
a.links_links_banner {
	position:relative;
	float:left;
	width:340px;
	height:50px;
	margin-bottom:10px;
}
a.links_links_banner img {
	filter:Alpha(opacity=50);
	-moz-opacity: 0.5;
}
a.links_links_banner:hover img {
	filter:Alpha(opacity=100);
	-moz-opacity: 1.0;
}

