body{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑",Arial,sans-serif;
}
#bg{
    width:100%; 
    height:100%;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -999;
    background:url(../img/bg1.jpg) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    overflow: hidden;
}
.container{
    width:60%;
	position: absolute;
	top: 30%;
	left: 20%;
	z-index: 1;
    background-color:rgba(0,0,0,0.4);
    border-radius: 10px;
}
#main{
    width:100%; 
    display:block;
    padding:40px;
    color:#fff;
    font-size:14px;
}
#main h2{
    font-family: "楷体","微软雅黑",Arial,sans-serif;
    font-size:30px;
    font-weight: bold;
}
#main h3{
    color:Lime;
    font-size:14px;
}
#sidebar{
    position: absolute;
    right: 50px;
    top: 40px;
}
#main img{
    width:100px;
    width:200px;
}
#currentTime{
    font-size:16px;
    color:#fff;
    padding-left:20px;
    margin-bottom: 10px;
    display:block;
    font-weight: bold;
}
#main a{
    color:#fff;
    text-decoration:none;
    cursor:pointer;
}
#main a:hover{
    color:green;
}
.footer{
	color: #eee;
	font-size:12px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	background: #444;
	background: rgba(0,0,0,0.2);
	padding: 10px 0;
}
.footer span{
	cursor:pointer;
}
.footer a{
	cursor:pointer;
	color:#fff;
    text-decoration:none
}
.footer a:hover{
	color:red;
}