html,body,iframe{
	width: 100%;
	height: 100%;
	overflow-y:hidden;
	margin: 0;
	padding: 0;
}
#main-content{
	width: 100%;
	height: 100%;
	overflow-y:hidden;
	margin: 0;
	padding: 0;
}
iframe{
	margin: 0;
	padding: 0;
}
.ad{
	position: fixed;
	width: 270px;
	height: 50px;
	bottom: 25px;
	left: 10px;
	padding: 15px;
	background-color: #307cc0;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 13px;
}
.take{
	background-color: #ffffff;
	color: #000000;
	border-radius: 5px;
	font-size: 12px;
	padding: 6px;
	cursor: pointer;
	font-weight: 700;
	text-decoration:none;
}
.ad_info{
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	text-align: right;
	background-color: #093358;
	border-radius: 0px 0px 5px 5px;
}
.ad_close{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	color: #307cc0;
	border-radius: 4px;
	font-family: Microsoft JhengHei;
	font-weight: 700;
	cursor: pointer;
}