body {
	background-color: #990000;
	background-image: url(../images/brick.jpg);
	background-position: center 95%;
	cursor:  url(cursors/burningArrow.ani);
	background-attachment: fixed;
}
.top {
	position: absolute;
	top: 10px;
	height: 100%;
	width: 100%;
	background-repeat: repeat-y;
	background-position: center top;
	z-index: 10;
}
.bottom {
	position: absolute;
	bottom: 20px;
	left: -1px;
	height: 450px;
	width: 100%;
	background-image:  url(../images/gramsbacks1.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	z-index: 5;
}
a {
	cursor:  url(cursors/fireHand.ani);
	text-decoration: none;
	color: #FFFF99;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.tooltiptitle{COLOR: #ffffe6; TEXT-DECORATION: none; CURSOR: Default; font-family: serif; font-weight: bold; font-size: 10pt}
.tooltipcontent{COLOR: #003300; TEXT-DECORATION: none; CURSOR: Default; font-family: serif; font-weight: bold; font-size: 9pt}

#ToolTip{position:absolute; width: 100px; top: 0px; left: 0px; z-index:15; visibility:hidden;}

