.indexdiv {
	display: none;
	position: relative;
	border: thin solid black;
	width: 700px;	
}

#outer {
  position: absolute;
  height: 97%;
  width: 98%;
  margin: 1%;
  border: none;
}

.outer_table {
  height: 100%;
  width: 100%;
  border: thin solid black;
  background-color: #000000;
  xbackground-image: url(images/texture1c.jpg);
}

.outer_table_td {
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

HTML,BODY {
  margin: 0px;
  padding: 0px;
  background-color: #000000;
}

.header_left {
  width: 25%;
  height: 15%;
}
.header_right {
  width: 75%;  
}

.main_body {
  vertical-align: top;
  text-align: center;
  height: 85%;
  width: 100%;
}

.right {
  width: 150px;
  text-align:left;
  padding: 5px;
}

.footer {
  text-align: center;
  height: 20px;
}

.main_table {
   height: 100%;
}

.grid_table {
  height: 100%;
  width: 100%;
}

.center_table {
  border: thin solid black;
  width: 775px;  
  height: 575px;
}

A {
  color: black;
  font-size:larger;
}

A:visited {
  color: #888888;
  font-size:larger;
}

A:hover {
  color: black;
  font-size:larger;
}

A IMG {
  border: none;
}

A:visited IMG {
  border: none;
}

A:hover IMG {
  border: none;
}


