html, body
  {
  height: 100%;
  }


body
  {
  background-color:#000000;
  color:#FFFFFF;
  margin-top:0px;
  }
a:link {
	color: #647985;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img
  {
  border-width:0px;
  border:none;
  }
  
#divContainer
  {
  width: 1000px;
  margin:0 auto;
  position: relative;
  min-height: 100%;
  }
  
* html div#divContainer { /* IE6 star HTML exploit */
height: 100%;
}
  
#flashheader
  {
  position: relative;
  top:0px;
  left:0px;
  display:block;
  }
  
#flashcontent
  {
  display:block;
  }
  
#divMainContent
  {
  position: relative;
  display: block;
/*
  width:950px;
  top: 180px;
  left: 0px;
*/
  padding-bottom: 100px; /* to allow room for footer */
  }
  
  

  /******************************
         FOOTER STYLES
  ******************************/
  
  
#divFooter
  {
  width:1000px;
  background-color: #000000;
  position: absolute;
  bottom: 0px;
  left:0px;
  }

#divFooterHr
  {
  margin:0 auto; 
  background-color:#121111;
  height:1px;
  width:945px;
  }
  
#divFooterNav
  {
  margin-top: 16px;
/*  text-align:center; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  line-height:12px;
  font-weight:400;
  color:#647985;
  }
  
#divFooterNav a:link, #divFooterNav a:visited
  {
  text-decoration:none;
  color:#647985;
  }
  
#divFooterNav a:hover
  {
  text-decoration:underline;
  color:#647985;
  }
  
#divCopyright
  {
  margin-top: 10px;
  margin-bottom: 20px;
/*  text-align:center; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  line-height:12px;
  font-weight:400;
  color: #434649;
  }
  
#divFooter .right{
float:right;
}
