/* #imgA {position:absolute;
				left: 35%;
				top: 20%;
				width: 230px;
				height: 200px;
				border: solid black 1px;
				z-index: 0
			} */
quote {font-family: "trebuchet ms"; font-size: 10pt; font-style: italic;line-height: 160%}
author {margin-left: 1cm;font-family: "trebuchet ms"; font-size: 10pt; font-style: normal;line-height: 160%}
body
{
padding: 20px;
/*background:url(webpics/paper005.gif);*/
background-color: lightgreen;
}
div#text
{ 
position:absolute;
/*background-color:rgba(0,0,0, 0.6);*/
/*background-color: lightblue;*/
background:url(webpics/paper005.gif);
color: black;
width: 272px;
border: 1px solid;
padding: 8px;
box-shadow:5px 5px 4px #000;
-moz-box-shadow:5px 5px 4px #000;
-webkit-box-shadow:5px 5px 4px #000;
z-index:0;
}
.draggable:hover{cursor: pointer}