body {
visibility:hidden;
}

.static{

width:0px;

}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	word-spacing: 0.25em;
	}


h1 {

	font-size:1.5em;

}

#righti {
	display:block;
	left:0em;
	top:0em;
	visibility:visible;
	overflow:visible;
	vertical-align:top;
}

.scroll {

	position:relative;
	display:inline;
	left:-300px;
	top:0px;
	overflow:visible;
	height: 5000px;
	z-index:1;
	font-size: 1em;
}

head:first-child+body .scroll {
     
	position:relative;
	display:block;
	left:0px;
	top:0px;
	overflow:visible;
	width:100%;
	height: 5000px;
	z-index:1;
	font-size: 1em;
            }