@charset "utf-8";

@import url("content.css");
#content {
background-color: transparent;
}
#leftContent {
	float: left;
	width: 70%;
	padding-bottom: 10px;
}
#leftContent img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 50px;
	
	border: 0;
}
#leftContent img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#rightContent {
	margin-left: 71%;
	padding-bottom: 10px;
}

