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

