body{font-size:1.5em;
font-family: "Microsoft YaHei",SimSun,"Arial Narrow",HELVETICA,sans-serif!important;
background-image:url('guide.jpg');
background-size: contain;
background-repeat: no-repeat;

}
default{color:#ccc;}
header{
	height:96px;
 
	
	}
.disabled {color:#ccc;}
.panel{
	opacity:0.85;
	margin:0px 10px 0px 10px;
	border: 1px solid #999!important;
	-moz-box-shadow: 2px 2px 10px #909090!important;
-webkit-box-shadow: 2px 2px 10px #909090!important;
box-shadow: 2px 2px 10px #909090!important;
}
#footer{
		margin: 25px;
		text-align:center;
		padding: 15px 15px 15px 15px;
		color: #D5D0D0;
		border-top: 1px solid #D5D0D0;
		border-bottom: 1px solid #D5D0D0;
}
#footer a{
	margin: 0 10px;
}
h3{margin:1px!important;}
ul li{    display: inline-block;
    cursor: pointer;
    background-position: 2px center;
    background-repeat: no-repeat;
    margin: 5px;
    min-width: 180px;
    font-size: 16px;
    border-redius: 5px;
    border-radius: 5px;
    /* text-align: center; */
    padding-left: 5px;
	}
ul li:hover{
background-color:#ccc;
	
}