
    body {

	background: #ddd;

    }

    div#page {

	position: absolute;
	left: 10px;
	top: 10px;
	font-family: Georgia;
	font-size: 20pt;
	background: #fff;
	border: solid 1px black;
	width: 600px;
	height: 800px;
	padding: 60px;
	text-align: right;

    }

    div#shadow {

	position: absolute;
	left: 20px;
	top: 20px;
	width: 600px;
	height: 800px;
	padding: 60px;
	background: #bbb;

    }

    #in {

	position: absolute;
	left: -6000px;

    }

    #cursr {

	border-left: solid 1px black;

    }
