body {
	background-image: url("/stuff/images/backgrounds/reservoir.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;
	padding: 5px;
}

#container {
	position: absolute;
	left: 260px;
	top: 5%;
	width: 392px;
	height: 90%;
}

#quotes {
	background-color: #ffffff;
	opacity: 0.80;
	border-radius: 25px;
	border: solid black 1px;
	padding: 5px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	white-space: pre;
}
 
.snark { 
	background-color: #ffffff;
	opacity: 0.80;
	border-radius: 25px;
	border: solid black 2px;
	padding: 0px;
	margin-bottom: 40px;
	overflow: hidden;
	height: 95%;
	width: 392px;
}

img {
	margin: 0px;
	padding: 0px;
}

img.verified {
	position:fixed;
	bottom: 15px;
	right: 15px;
}

#menu {
	position: absolute;
	left: 30px;
	top: 10%;
}

.innermenu {
	background-color: #ffffff;
	opacity: 0.75;
	width: 200px;
	border-radius: 15px 0px 0px 15px;
	border: solid black 1px;
	padding: 5px;
	margin: 5px;
}

#nav {
/*
	background-color: #ffffff;
	opacity: 0.75;
	position: absolute;
	border-radius: 0px 15px 15px 0px;
	border: solid black 1px;
*/
	position: absolute;
	height: 30%;
	left: 655px;
	top: 10%;
}
