@charset "utf-8";
/* CSS Document */

body {
    background: rgba(0, 0, 0, 0) url("/static/image/theme/10/all_bg.jpg") repeat scroll left top;
    color: #333333;
}

#header {
    background: rgba(0, 0, 0, 0) url("/static/image/theme/10/all_bg.jpg") repeat scroll left top;
}

#footer_info .rss{
	margin: 15px 0 0 0;
	padding: 0 0 0 20px;
	 background: url(/static/image/theme/10/icon_rss.png) no-repeat left 5px;
	 font-size: 13px;
	 width: 130px;
	 float:left;
}

#footer_info .rss span{
	margin: 0 10px 0 0;
}

#footer_info .rss span a{
	color: #535353;
}
