html, body{
	padding: 0px;
	margin: 0px;
	background-color: #ccc; //#82ab08
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	overflow-x:hidden;
	overflow-y:hidden;
}
#fbFooter {
	height: 49px;
	background-color: #000000;
	background-image: url('footerBackground.gif');
	background-repeat: repeat-x;
}
.text{		
	margin-left:10px;	
}
.texts{		
	margin-left:10px;
	color: #82ab08;
}
#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}
#fbMenu  img{
    cursor:pointer;
}

#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;
}
#showad{
    position: absolute;
    width:600px;
    height:300px;
    top:50%;
    left:50%;
    margin-top:-190px;
    margin-left:-300px;
    border:5px solid #fff;
    background:url(bg_main.png);
}
#showad img{
    border:0;
	width:100%;
	height:100%;
}
#showgbook,#showqrcode{
    position: absolute;
    width:600px;
    height:300px;
    top:50%;
    left:50%;
    margin-top:-190px;
    margin-left:-300px;
    border:5px solid #fff;
    display:none;
    color:#fff;
    font-family: "microsoft yahei","宋体","arial";
}
#showqrcode{
    background:url(bg_qrcode.png);
}
#showqrcode .qrcode_left{
    float:left;
    width: 300px;
    height:300px;
}
#showqrcode .qrcode{
    float:right;
    width:300px;
    height:300px;
}
#showqrcode .qrcode img{
    margin:50px auto auto 50px;
    width:200px;
    height:200px;
}
#qrcodeinfo{
    position: absolute;
    width:100px;
    height:120px;
    right:100px;
    bottom:80px;
}
#qrcodeinfo i{
    display:block;
    background: #fff;
    width:100px;
    height:120px;
    color:#888;
    font-style:inherit;
    background: url(bg_qrcodeinfo.png);
}
#qrcodeinfo i img{
    width: 90px;
    height:90px;
    margin: 5px auto auto 5px;
    cursor:pointer;
}
#qrcodeinfo i em{
    position: absolute;
    display: block;
    width:15px;
    height:15px;
    right:-5px;
    top:-5px;
    background: url(ico_close_s.png);
    cursor:pointer;
}
#showad .close,#showgbook .close,#showqrcode .close{
    position: absolute;
    width:27px;
    height:27px;
    right:0px;
    bottom:0px;
    background:url(ico_close.png);
	z-index:999;
    cursor:pointer;
}
#taglist{
    position: absolute;
    width:80px;
    left:20px;
    top:20px;
	padding-bottom:25px;
	background:url(bg_taglist_bottom.png) bottom;
}
#taglist em{
    position: absolute;
    display: block;
    width:15px;
    height:15px;
    right:-5px;
    top:-5px;
    background: url(ico_close_s.png);
    cursor:pointer;
}
#taglist ul{
	padding:0;
	margin:0;
    background: #8bc936;
	overflow:auto;
}
#taglist ul li a.title{
    background: #00a0e9;
	color:#fff100;
}
#taglist ul li{
	list-style:none;
	width:100%;
	height:30px;
}
#taglist ul li a{
	width:100%;
	height:30px;
	display:block;
	text-align:center;
	line-height:30px;
	color:#fff;
	text-decoration:none;
}
#taglist ul li a:hover{
	background:#00a0e9;
}
#gopagenum{
    width:20px;
    height:16px;
    border: 1px solid #ccc;
}
#gopagenum{
    width:20px;
    height:16px;
    border: 1px solid #ccc;
    text-align: center;
}
.gopagenum{
    color:#fff;
    margin-left: 5px;
}
#prepage,#nextpage{
    position: absolute;
    width:100px;
    height:100px;
    top:50%;
    margin-top:-75px;
}
#prepage{
    left:90px;
    background:url(ico_page.png) 0px -100px no-repeat;
}
#nextpage{
    right:90px;
    background:url(ico_page.png) no-repeat;
}
#prepage:hover{
    left:90px;
    background:url(ico_page.png) 0px -300px no-repeat;
}
#nextpage:hover{
    right:90px;
    background:url(ico_page.png) 0px -200px no-repeat;
}