.advert {
    position: fixed;
	align: center;
    z-index: 1;
	height: 100px;
	width: 100%;
    top: 0;
	background-image: url("../images/paperblue.jpg");
    overflow-x: hidden;
	overflow: hidden;
}

.page-content-container {
	margin-top: 125px;
}

a.anchor {
	display: block;
    position: relative;
    top: -125px;
    visibility: hidden
}