
/*两边的对联广告开始*/

.coupletAd a{

  margin-top: 5px;

  float: left;

}

.coupletAdLeft,.coupletAdRight{

	position: fixed;

	bottom: 0;

	width: 40px;

	margin-bottom: 20px;
	margin-top: 100px

}

.coupletAdLeft{

  left: 5px;

}

.coupletAdRight{

  right:20px;

}
.coupletAdLeft img,.coupletAdRight img{
	border: 1px solid #999;
}
/*两边的对联广告结束
