我是想仿个别人的底部样式
如图:


css样式代码如下:
请问如何修改lanmu中的样式
/* footer */
#templatemo_footer_wrapper {
clear: both;
width: 100%;
background: url(images/templatemo_wrapper_bottom.jpg) bottom repeat-x;
}
#templatemo_footer {
width: 940px;
padding: 0 10px;
margin: 0 auto;
color: #000;
background: url(images/templatemo_footer.png) center repeat-y;
}
#templatemo_footer .tmo_list {
margin-left: 0px;
}
#templatemo_footer .tmo_list li a {
color: #000;
}
#footer_top {
width: 960px;
height: 10px;
margin: 0 auto;
background: url(images/templatemo_footer_top.png) left no-repeat;
}