body, html
{
   background-color: #000;
   color: #98F5FF; 
   height: 99.8%;
   overflow-x: hidden;

   /* atarashii */
   position: relative;
   margin: 0;
   padding: 1px;
}

a
{
   color: lime;
   text-decoration: none;
}

#raven {
	background-image: url(../images/ravens.png);
	width: 58px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: -10%;
	background-position: 0px 0px;
	z-index: 999;
}

.quotedText {
	color: #ccac00;
	font-style: italic;
}