body {
	height: 100%;
	background-color: #020200;
	margin: 0;
	background-attachment: fixed;
	background-image: url(myimages/front/front_08.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: url('cursors/normal.cur'),auto;
}



#maintable {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   
   display: table
   } 

