*html, *html body{background-image:url(about:blank);background-attachment:fixed;}/*修复IE6下振动*/
html, body{padding: 0px; margin: 0px;  overflow-x:hidden; overflow-y:hidden;}
body{font-size:12px;}

#fbFooter {height:1px; overflow:hidden; font-size:0; line-height:0;}
/*上一页下一页*/
*html #fbMenu{position:absolute; right:expression(eval(document.documentElement.scrollRight+0));top:expression(eval(document.documentElement.scrollBottom+200))}/*IE6下定位*/
#fbMenu{ position:fixed; right:0; bottom:200px;}
#fbMenu .pagetop, #fbMenu .pagenext{ display:block; width:60px; height:60px; margin-top:1px; color:#A6A6A6; text-align:center; font-size:13px; font-family:"微软雅黑"; background-color:#242424; background-repeat:no-repeat; overflow:hidden;}
#fbMenu .pagetop{ background-image:url(pagetop.png); background-position:-5px 5px;}
#fbMenu .pagenext{ background-image:url(pagebottom.png); background-position:-5px -15px;}
#fbMenu .pagetop:hover, #fbMenu .pagenext:hover{background-color:#2D2D2D;}
/*页码数*/
#fbContents{ margin-top:1px; width:60px; height:25px; line-height:25px; color:#fff; text-align:center; font-size:12px; background:#2357a7; font-family:Arial, Helvetica, sans-serif;}
#fbContents .fbPaginationMinor{ color:#F3E500;}