@charset "utf-8";
@import url("/base.css");
BODY {
	background: #E7E7E7 url(bg.gif) repeat-y scroll center top;
}
#logoList {
	margin: 40px 0 5px 10px;
}
ul {
	list-style-image: url(ul.gif); 
}
#foot {
	background-image: url(foot.gif);
}
#comList hr {
	width: 60%;
	height: 1px;
	color: #ccc;
	margin: 15px auto 15px auto;
}
.recommend {
	background: #3a3a3a url(./recommend.gif) no-repeat top left; 
}
