@charset "utf-8";
/********************************************************
CSS Document
Useing : Ebooks Style(电子书样式)
Author : 雪松
Power By: http://www.woncent.com
Passed : XHtml 1.0, CSS 2.0, IE6.0+, IE7.0+, FF2.0+, Opera9.26+
Update : 2008-12-17
********************************************************/
html, body{
    padding: 0px;
    margin: 0px;
	background-color: #154270;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	width:100%;
	height:100%;
}
#fbFooter {
	height: 49px;
	background:#000000 url(footerBackground.gif) repeat-x;
}

.fbPaginationMinor {
	color: #3366ff;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}
#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}
a.altlink:visited {
	color: #DDDDDD;
}
a.altlink:hover{
	color: #FFFFFF;
}