@charset "utf-8";
/* CSS Document */
#wrap {
	width: 950px;
	height: auto;
	background-color: #C0C0C0;
	margin: 0 auto;
}
#clear {
	clear: both;
}
#main {
	width: 850px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	padding: 50px 30px 0;
	border-radius: 15px;
	background-color:#FFFFFF;
/*     filter:alpha(opacity=50);
     -moz-opacity:0.50;
     -khtml-opacity: 0.50;
     opacity:0.50;
*/}
li {
	float: left;
}
div #fotter {
	width: 950px;
	height: 228px;
	position: relative;
}
.fotter li {
	padding: 0 10px;
	border-left: 1px solid #fff;
}
#menu {
	position: absolute;
	width: 700px;
	height: 20px;
	left: 126px;
	top: 158px;
}
a {
	color: #FFF;
	text-decoration: none;
}

h3 {
  background-image: url(../img/mark.gif);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 25px;
  font-size: 17px;
  font-weight: bold;
}
