@charset "utf-8";
a:hover img.hoverImg{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
} 
.wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 28px;
	padding-left: 8px;
}
.header_back {
	background-image: url(../images/header_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 192px;
	text-align: left;
}
.footer {
	font-size: 10px;
	line-height: 48px;
	font-weight: bold;
	color: #505050;
	background-color: #E6E6E6;
	background-image: url(../images/fotter_line.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 48px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.footer a {
	color: #505050;
}
