body {
	height: 100%;
	background-color: #020200;
	color: #fdfcf8;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(myimages/front/back.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	background-attachment: fixed;
	cursor: url('cursors/normal.cur'),auto;
}



#maintable {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   
   display: table
   } 

 #menutable {
	margin-top: 15px;
	margin-right: 11px;
}#table1 {
	background-attachment: fixed;
	background-image: url(myimages/front/back.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}

a:link {
	text-decoration:none;
	cursor: url('cursors/hand.cur'),auto;
}
a:visited {
	text-decoration:none;
	cursor: url('cursors/hand.cur'),auto;
}


a:active {
	text-decoration:none;
	cursor: url('cursors/hand.cur'),auto;
}

a:hover {
	text-decoration:none;
	cursor: url('cursors/hand.cur'),auto;
}