@charset "utf-8";
#web {
	float: left;
	height: 220px;
	width: 250px;
	text-align: center;
	background-repeat: no-repeat;
}
#web img:hover {
	opacity: 0.5;
}
