/* CSS Document */
html, body {
  height: 100%;
}

body {
  background: #323232;
  font: 76% Arial, sans-serif;
  margin: 0;
  background-image: url(images/background06.jpg);                
  color: #cccccc;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#horizon {
  background-color: transparent;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block;
}
	
#body_div {
  position:absolute;
  text-align: left;
  left: 636px;    
  width: 950px;        /* -- set to width of site -- */
  height: 525px;       /* -- set to height of site -- */
  top: -266px;         /* -- set to 1/2 height of site -- */
  margin-left: -475px; /* -- set to 1/2 width of site -- */
}


/* .flashbackground {
  background-image: URL(images/loading_page.gif);
  background-repeat:no-repeat;
}  */

td {text-align:left;}

.style1 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6C6620;
}

.style2 {color: #FFFFFF}

.style3 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6C6620;
	padding-right:54px;
}
.style3 a {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6C6620;
	text-decoration:none;
}
.style3 a:hover {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
}
