body {
	background-image: url("/stuff/images/backgrounds/banshee.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-color: #242424;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 40px;
}

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

img {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	padding: 8px;
}


#quotes {
	background-image: url("/stuff/images/backgrounds/translucent.png");
	background-repeat: repeat;
	border-radius: 20px; # 10px 10px 10px;
	#border: solid #069420 2px;
	padding: 1%;
	position: absolute;
	top: 4%;
	left: 4%;
	width: 40%;
}


#contact {
	background-image: url("/stuff/images/backgrounds/semisolid.png");
	background-repeat: repeat;
	border-radius: 10px 10px 10px 10px;
	border: solid black 1px;
	padding-right: 15px;
	padding-left: 15px;
	position: fixed;
	left: 50px;
	bottom:  250px;
	width: 50%;
}

