/* brown:         #775843 */
/* dark blue:     #4a4c53 */
/* light blue:    #8d9ba5 */
/* beige:         #e2d9bf */
/* rust:          #ab5538 */

body
{
	background-image: url(../images/scan0004.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	background-attachment: fixed;
}

		div#quote { 
		  background: #ab5538 none;
		  color: #e2d9bf;
		  position: absolute; 
		  top: 210px; 
		  left: 15px; 
		  border: 1px solid #ab5538;
		  margin: 0px;
		  padding: 2px;
		  width: 244px;
		  height: auto;
		}
