html{
overflow:hidden;
}
body{
margin:0px;
background-color:#F5F7E7;
}
.process{
width:125px; 
height:16px; 
border-color:#0066FF; 
border-width:1px; 
border-style:solid; 
float:left; 
margin-left:0px;
margin-right:3px;
}
#nav{
height:34px;top:0px;width:100%;background:url(/images/nav_bar_bg.png) 0 0 repeat-x;
}
#listBox{
width:980px;margin:auto;height:100%;margin-top:11px;
}
#remind_bar{
position:absolute; bottom:0px;width:100%;left:0px;font-size:12px;
}
#remind{
background:url(/images/reminder_bg.png) 0 0 repeat-x;width:100%;height:28px;line-height:32px;overflow:hidden;
}
#info{
background:url(/images/tool_bar_bg.png) 0 0 repeat-x;width:100%;height:28px;line-height:28px;bottom:0px;overflow:hidden;
}