div.foot_end {
	clear:				both;
	width: 				900px;
	height:				40px;
	text-align:			center;
	margin-top:			10px;
}
div.foot_end img {
	border:	0px;
}
div.foot_end a {
	border: 0;
}
div.foot_end a:hover {
}


div.socialbookmarks {
	clear: both; 
	
}
div.socialbookmarks img {
	border:				0;
	filter:				alpha(opacity=40); /*IE */
	-moz-opacity: 		0.4; /* Gecko */
	opacity: 			0.4; /* Opera */
	-khtml-opacity: 	0.4;
}

div.socialbookmarks img:hover {
	border:				0;
	filter:				alpha(opacity=100); /*IE */
	-moz-opacity: 		1.0; /* Gecko */
	opacity: 			1.0; /* Opera */
	-khtml-opacity: 	1.0;
}