div.paper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1010px;
	height: 2020px;
	background: url('../img/paperback.png') no-repeat white;

	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: italic;
}

.page_banner {
    position: absolute;
    
    top: 0cm;
    left: 0cm;
    width: 100%;
    height: 3.5cm;
}


.page_content {
	position: absolute;
	top: 3.5cm;
	width: 100%;
	height: 20cm;
}
