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;
}

#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;
}
#showad img{
    border:0;
}
#showad .close{
    position: absolute;
    width:27px;
    height:27px;
    right:0px;
    bottom:0px;
    background:url(ico_close.png);
}
#showgbook{
    position: absolute;
    width:600px;
    height:300px;
    top:50%;
    left:50%;
    margin-top:-190px;
    margin-left:-300px;
    background:url(bg_gbook.png);
    border:5px solid #fff;
    display:none;
    color:#fff;
    font-family: "microsoft yahei","宋体","arial";
}
#showgbook .close{
    position: absolute;
    width: 27px;
    height:27px;
    right:0px;
    bottom:0px;
    background:url(ico_close.png);
}