/* CSS Document */
.rightAd {
	position: fixed;
	right: 0px;
	top: 250px;
}
.leftAd {
	position: fixed;
	right: 0px;
	top: 350px;
}
