#page_{{PAGENUM}} {
	background-image: url('{{IMAGE_URL}}');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}
.page {
	width: {{WIDTH}}px;
	height: {{HEIGHT}}px;
	position: absolute;
	z-index:-1;
}

body {width: {{WIDTH}}px; height: {{HEIGHT}}px; margin: 0; padding : 0px;}
a {text-decoration: none; color: inherit;}
p {text-indent : 0px; letter-spacing: 0px; position : absolute; margin : 0px; padding : 0px; width: {{WIDTH}}px;}
img {left: 0; top: 0; width: {{WIDTH}}px; height: {{HEIGHT}}px; position: absolute; z-index: -1;}



{{BODY_CSS}}