

.corner_advert {
	position: fixed;
}
.advert_left {
	left: 0;
}			
.advert_right {
	right: 0;
}
.advert_top {
	top: 0;
}
.advert_bottom {
	bottom: 0;
}

