body {
	background-image: url("http://dan.roscoes.ca/stuff/images/backgrounds/IMG_0656.JPG");
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-color: #cccccc;
	background-position: 50% 50%;
	margin: 40px;
}

p,b,li,td,th,h1,h2,h3  {
	font-family: Tahoma, Arial, Helvetica;
	text-align: justify;
}

#quotes {
	background-color: #CECECE;
	opacity: 0.850;
	border-radius: 10px 10px 10px 10px;
	border: solid black 1px;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	left: 10%;
	top: 10%;
	white-space: pre;
}
 
img.verified {
	position:fixed;
	bottom: 15px;
	right: 15px;
}

img {
	opacity: 1.0;
}
