body {
	margin: 0;
/*	background: url(../img/bg_body.png) center top repeat-y;*/
	background: #E7E7E7;
}
.pageflip-container {
	padding-top: 1px;
}
#stage {
/*	background: url(../img/bg_wrapper.png) no-repeat center top;*/
}
.left-side,
.right-side {
	background: #FFF;
}
#pageflip-controls,
#pagerin {
	color: rgba(1,123,186,1);
}
.control-bar-button g,
.control-bar-pager g {
	color: rgba(1,123,186,1);
}
.control-bar-button:not(.disabled):hover g {
	fill: #017bba;
	cursor: pointer;
}
#pageflip-controls {
	background: rgba(255,255,255,1);
}

.right-buttons {
	position: absolute;
	left: 50%;
    width: 104px;
	margin: 0 0 0 127px;
}

.left-buttons {
	position: absolute;
	left: 50%;
    width: 26px;
	margin: 0 0 0 -171px;
}

.centered-buttons {
	position: absolute;
	left: 50%;
    width: 254px;
	margin: 0 0 0 -127px;
	top: auto;
}

#pageflip-controls {
	height: 26px;
}