/* CSS Document */.scrolltext {
position:absolute;
 width:560px; 
 height:560px; 
 left:351px; 
 top:202px;
 overflow: auto;
 margin-right:150px;
 
}

body {
scrollbar-3dlight-color:#d9cc36;
      scrollbar-arrow-color:#d9cc36;
      scrollbar-base-color:#008000;
      scrollbar-darkshadow-color:#d9cc36;
      scrollbar-face-color:#008000;
      scrollbar-highlight-color:#d9cc36;
      scrollbar-shadow-color:#d9cc36;
background-color:#008000;
font:"Times New Roman", Times, serif;
color:#d9cc36; 
font-size:14px;
background-repeat:no-repeat;
background-position:left;
background-position:top;
}

#image {
position:absolute;
	top:25px;
	left:50px;
	margin-left:0px;
	width: 600px;
	height: 800px;
}

#clear {
	position:absolute;
	top:25px;
	left:50px;
	margin-left:0px;
	width: 900px;
	height: 840px;
}
